How are you handling User Authentication?
Jared
Posted on October 16, 2019
Here are some of the options that I know if to handle user authentication for apps:
- hand rolled user authentication system
- hand-rolled using a plugin (e.g. passport.js)
- using an outside service (e.g. Auth0 or AWS Cognito)
I currently use passport.js, but I don't like it, and adding in social logins is complicated and annoying.
I'm currently shopping for a better solve for this problem.
Thoughts?
💖 💪 🙅 🚩
Jared
Posted on October 16, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
discuss I'm planning on creating a website with NodeJS, What can I use to future proof it?
October 11, 2017