https://github.com/schererleander/authentication
simple authentication system built using Express.js, securely storing password using bycrypt with salt
https://github.com/schererleander/authentication
bycrypt expressjs tailwindcss
Last synced: 2 months ago
JSON representation
simple authentication system built using Express.js, securely storing password using bycrypt with salt
- Host: GitHub
- URL: https://github.com/schererleander/authentication
- Owner: schererleander
- Created: 2024-05-26T21:30:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T13:31:07.000Z (9 months ago)
- Last Synced: 2025-01-17T15:51:08.094Z (4 months ago)
- Topics: bycrypt, expressjs, tailwindcss
- Language: CSS
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authentication

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](https://youtu.be/IThLjsDUG0g?si=2tQICmEU2szai8wY)