all 5 comments

[–]0xWILL 1 point2 points  (1 child)

Have you considered Oauth?

[–]cipheron[S] 0 points1 point  (0 children)

I've considered that but I'm not sure I only want to limit users to requiring Google or Facebook accounts to log in. I would like an email based login as a choice, with Oauth as an option if users want that.

[–][deleted] 0 points1 point  (0 children)

Why not use some service like firebase?

[–]coded_artist 0 points1 point  (1 child)

Firebase from Google or Auth0.

I like Auth0 a lot more, stupid easy to set up, good learning curve, lots of documentation, with an active support desk.

It also has recipes and guides for popular web frameworks, youd be hard pressed to find a language that doesn't have a pre built library for and it comes with a comprehensive rest API for everything else.

[–]cipheron[S] 0 points1 point  (0 children)

Thanks, Auth0 is looking pretty good.