aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2024-08-11 15:29:05 +0200
committerschererleander <leander@schererleander.de>2024-08-11 15:29:05 +0200
commit0d835856c3d9e2580820edf2d08c18c2741cfa9b (patch)
treef129d25c071fb422f63e680f2df5edcc2cf77f8d
parentdc67534192a2c76bbbdb076d48808a71649eb514 (diff)
update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c2bf05b..7008dc8 100644
--- a/README.md
+++ b/README.md
@@ -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)