Not the creator of this, but as an indie dev working on a sideproject that requires login, I also only expose third party auth as a means to avoid bots and malicious actors.
I do have email authn enabled behind a flag though, and if anyone tells me that they want access without a social account I can share that special url with them.
FWIW, I also avoid social logins, but I'm less vocal about it.
You can self host SSO. You maybe do already. Nextcloud, Gitea and Mattermost offer these services. We tried to use Mattermost but it didn't work. We went with Gitea. I only discovered later than Nextcloud also did.
rudasn|2 years ago
I do have email authn enabled behind a flag though, and if anyone tells me that they want access without a social account I can share that special url with them.
FWIW, I also avoid social logins, but I'm less vocal about it.
mxmilkiib|2 years ago
msk-lywenn|2 years ago
unknown|2 years ago
[deleted]
j45|2 years ago
Not having this means the login is not self hosted
kallistisoft|2 years ago
[1] https://www.keycloak.org/
msk-lywenn|2 years ago
j45|2 years ago
Then I realized it seems like it can’t without an internet connection.