←back to thread

3 points babyent | 1 comments | | HN request time: 0.203s | source

Hi. I have been using email login and admin users can invite their colleagues by email address.

Of course, many established companies offer SSO, ability to login using Google, Apple, other oauth.

I asked around to my test users and a few potential users and they mentioned email is fine. In my own experience as a SWE I used many softwares at work which used just email login. However, many more offered a bunch more.

Will it be fine to open it up to broader audience without all these things?

1. saluki ◴[] No.41905274[source]
What framework are you using?

SSO is a solved problem in most frameworks and should be easy to implement quickly.

Rails or Laravel it's quick to implement SSO for various flavors.