No description
Find a file
2025-12-09 10:44:01 +03:00
core feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
data chore: update gitignore and docker configuration 2025-12-05 14:17:32 +03:00
database feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
routes feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
security feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
services feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
.env.example moved database in WORKDIR/data 2025-12-05 14:00:40 +03:00
.gitignore chore: update gitignore and docker configuration 2025-12-05 14:17:32 +03:00
api.py refactor(models): make client response fields optional 2025-12-09 10:44:01 +03:00
config.py feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
create_admin.py feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
docker-compose.yml chore: update gitignore and docker configuration 2025-12-05 14:17:32 +03:00
Dockerfile Added docker config 2025-11-26 13:50:30 +03:00
email_queue.py feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
init_db.py feat: implement comprehensive user authentication including registration, login, email verification, password reset, and token management. 2025-12-08 18:03:47 +03:00
README.md Initial commit 2025-11-25 17:36:40 +00:00
requirements.txt Added authentication logics 2025-12-02 09:09:29 +03:00
sage_client.py style: Reformat method calls and remove unnecessary blank lines for improved code consistency. 2025-12-08 17:57:41 +03:00

backend_vps