Skip to content

simple authentication system built using Express.js, securely storing password using bycrypt with salt

Notifications You must be signed in to change notification settings

schererleander/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication

Screenshot This is a simple authentication system built using Express.js. It demonstrates how to securely store passwords using bcrypt with salting. The application connects to a MariaDB database to manage user data.

Features

  • User registration
  • User login
  • Password hashing with bcrypt

Planned Features

  • Email validation (done)
  • Password requirements (done)
  • Passkey
  • GitHub OAuth integration
  • "Forgot Password" functionality via email (maybe)

The web design was inspired by Tom Delalande

About

simple authentication system built using Express.js, securely storing password using bycrypt with salt

Topics

Resources

Stars

Watchers

Forks