Johan Lundberg
d4acb46cf5
feat: add rate limiting middleware for authentication endpoints
...
Add slowapi-based rate limiting: 5/min on password login, 10/min on
WebAuthn login. Includes shared rate limiter reset fixture for tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:23:51 +02:00
Johan Lundberg
f648422227
test: update all tests to include CSRF tokens
2026-02-19 14:19:47 +01:00
Johan Lundberg
d1f2b39cb6
feat: wire CSRF middleware and harden session cookie
2026-02-19 13:45:58 +01:00
Johan Lundberg
7cb1adbd06
update all imports in test files: fastapi_oidc_op → porchlight
2026-02-16 15:34:53 +01:00
Johan Lundberg
a45604ff2f
feat: add lifespan integration and dependency injection
2026-02-13 13:59:59 +01:00
Johan Lundberg
6a8b41cd38
feat: add app factory with health endpoint and test infrastructure
2026-02-12 15:09:27 +01:00