Closed david0521 closed 4 months ago
This commit will add an authentication method to authorize and authenticate users by using bcrypt, JWT, and passport.js. Users' password will be saved as a hashed format, keeping it safe from malicious attacks.
About
This commit will add an authentication method to authorize and authenticate users by using bcrypt, JWT, and passport.js. Users' password will be saved as a hashed format, keeping it safe from malicious attacks.