/semi-authentication

This repo has the code of user authentication for registration and login of any website. it uses the mongoose library for database schema and express for routing between different pages and used jsonwebtoken for securely validating the user’s identity and used bcryptjs for password protection.

Primary LanguageJavaScript

semi-authentication