add README

This commit is contained in:
2025-10-02 11:53:53 +02:00
parent 1338bbb7d1
commit 53954ea4d9
3 changed files with 49 additions and 37 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Account
This project implements a secure account management system.
## Features
* Create an account with a username, password, and 2FA.
* Passwords are securely salted and hashed using the PBKDF2 algorithm.
* 2FA is implemented using the TOTP algorithm.
* Create a session.
* Sessions are authenticated using randomly generated session tokens.
* Access and manage accounts and sessions.