diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1 +1,13 @@ -# authentication
\ No newline at end of file +# 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 +- Password requirements +- GitHub OAuth integration +- "Forgot Password" functionality via email (maybe) |
