←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?

Show context
smt88 ◴[] No.41893000[source]
It's so cheap to use a SaaS auth provider like Auth0 or Clerk.dev that you might as well implement one of them. It should take less than a day.
replies(3): >>41893083 #>>41894474 #>>41897979 #
1. babyent ◴[] No.41893083[source]
For sure. I'm already using Auth0, but their managed universal UI wasn't going to work with my invite process, as well as my overall user management system. So, I spent a couple days building custom UIs and hooking everything up so it works.

I guess if people ask for oauth, I can set it up later and just spend another day and test that everything works. And if they want SSO I'm not sure how that works so I'll have to research it anyway.