Luca Sacchi Ricciardi 4dea358b81 test(auth): T22 add comprehensive auth endpoint tests
Add test suite for authentication with:
- 5 register tests: success, duplicate email, weak password, password mismatch, invalid email
- 4 login tests: success, invalid email, wrong password, inactive user
- 3 logout tests: success, no token, invalid token
- 3 get_current_user tests: expired token, missing sub claim, nonexistent user

Test coverage: 15 tests for auth router + 19 tests for auth schemas = 34 total
Coverage: 98%+ for auth modules

Files:
- tests/unit/routers/test_auth.py
- tests/unit/schemas/test_auth_schemas.py
2026-04-07 13:58:03 +02:00
2026-04-07 08:53:55 +02:00
2026-04-07 08:53:55 +02:00

openrouter-watcher

Applicazione per monitorare l'uso delle api keys di attive in openrouter

Description
Applicazione per monitorare l'uso delle api keys di attive in openrouter
Readme MIT 296 KiB
Languages
Python 94.3%
HTML 4.7%
Dockerfile 0.3%
JavaScript 0.3%
CSS 0.3%
Other 0.1%