Commit Graph

4 Commits

Author SHA1 Message Date
JSC
45ba28af52 Refactor auth service to improve refresh token revocation handling and logging 2025-07-25 18:23:19 +02:00
JSC
e456d34897 Add tests for authentication and utilities, and update dependencies
- Created a new test package for services and added tests for AuthService.
- Implemented tests for user registration, login, and token creation.
- Added a new test package for utilities and included tests for password and JWT utilities.
- Updated `uv.lock` to include new dependencies: bcrypt, email-validator, pyjwt, and pytest-asyncio.
2025-07-25 17:48:43 +02:00
JSC
4a77a23ee5 Fix formatting by adding a newline at the end of the API router initialization file 2025-07-25 11:25:15 +02:00
JSC
c219aaac1a Add API routing for v1 endpoints and health check functionality 2025-07-25 11:24:03 +02:00