Please Don't Infringe CopyRight.
Saturday, September 8, 2018
Node js Login system with email confirmation
This is my github repository for complete Login system using Node js express. The System has feature to login exist user and register new user. User registration need confirmation code. Confirmation code is generate by randomly and mail to user email address and store it in database then check user get the email. The username and passwords are stored in the database.the password is stored with encrypted. In every page check the users login status using session.redirect to the login page when session is time out. .You can this login system to your Node application.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment