A few glimpses of my side project which is a plug-n-play authentication module built from ground up for developers (mainly). It's built with verbosity in mind so that junior devs can get in on the action.
Uses MongoDB, Express.js, Passport.js (social logins), EJS, SendGrid (mail) and node modules (bcrypt, jwt etc)
So far the functionalities for v.1.0 are:
- User registers
- Verification email sent to user with JWT
- Verified user can login
- 3rd party logins (Facebook, Google+ and Twitter)
- Password reset email which redirect to user's secret question
- Answer secret question and reset password
- Google recaptcha for spam protection
I might put in a honeypot for further spam protection
Top comments (2)
Look like a cool module.
Did you release the code somewhere?
I will soon on gumroad and here :)