3 Commits

Author SHA1 Message Date
Automated Action
b8141097dc Fix 500 error on user creation by updating database paths and handling missing default role 2025-05-15 20:23:29 +00:00
Automated Action
61c5a0945a Update database path configuration to use absolute path
- Updated alembic.ini to use absolute SQLite path
- Ensured DB_DIR creation in config settings
- Removed duplicate directory creation code

generated with BackendIM... (backend.im)
2025-05-15 19:51:12 +00:00
Automated Action
5b55eedd2b Implement User Authentication and Authorization Service
This commit includes:
- User registration and authentication API with JWT
- Password reset functionality
- Role-based access control system
- Database models and migrations with SQLAlchemy and Alembic
- API documentation in README

generated with BackendIM... (backend.im)
2025-05-15 19:46:38 +00:00