diff options
| author | schererleander <leander@leander-scherer.de> | 2024-08-09 11:04:40 +0200 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-08-09 11:04:40 +0200 |
| commit | fc775eafe1e0c4b0c0061e64eecc7813a06c478a (patch) | |
| tree | 9694e9566d5e6286a0dc9e10c2b95746333f8c61 | |
| parent | d415ef2b5cc8c7619c7db59332a09cecee780373 (diff) | |
feat: add README.md with planned features
| -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) |
