diff options
| author | schererleander <leander@schererleander.de> | 2024-08-11 15:29:05 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2024-08-11 15:29:05 +0200 |
| commit | 0d835856c3d9e2580820edf2d08c18c2741cfa9b (patch) | |
| tree | f129d25c071fb422f63e680f2df5edcc2cf77f8d | |
| parent | dc67534192a2c76bbbdb076d48808a71649eb514 (diff) | |
update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ This is a simple authentication system built using Express.js. It demonstrates h - Password hashing with bcrypt ## Planned Features -- Email validation -- Password requirements +- Email validation (done) +- Password requirements (done) - GitHub OAuth integration - "Forgot Password" functionality via email (maybe) |
