What are you using for sign-up/sign-in in your products?
Do you use any auth providers, like Auth0, Firebase, Okta?
Do you use email-based sign-ups or only 3rd-party logins, such as Twitter/Google etc?
Do you build you own auth?
Firebase auth if I need to use other services such as Firestore. Otherwise I use next-auth because my frontend stack is with Next.js.
@baocancode Thanks! If you deal with passwordless/email sign-ups in next-auth - do you use any particular mail servers?
Devise gem. I use Postmark for mail delivery (since you asked in a reply) I don't use 3rd-party logins unless it's a feature requirement (like reading tweets). It's less friction but a lot of work to keep it updated, so you have to factor that in your choice.
Please sign in to leave a comment.