Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 437 Bytes

File metadata and controls

18 lines (14 loc) · 437 Bytes

Authentication-Jwt

Make a secure authentication using json web token (jwt)

-using mongodb (database)
-nodeJs -ExpressJs (back end)
-without front
-using mvc

Dependencies requirement

-express
-nodemon
-mongoose
-bcrypt (to hash the password)
-jsonwebtoken (jwt)
-validator
-cookie-parser (that use for cookie stuff and making work with cookies more easier)