agnes-the-ai-analyst/app/auth/providers
ZdenekSrotyr 7e0cb80ed2 fix: move argon2 imports to top-level and catch VerifyMismatchError specifically
PasswordHasher and VerifyMismatchError are now imported at module level in
router.py and providers/password.py. Wrong-password errors are caught as
VerifyMismatchError (401); unexpected errors fall through to a 500 with logging.
2026-04-09 18:42:51 +02:00
..
__init__.py feat: add auth providers (Google OAuth, Password, Email magic link) + web UI fixes 2026-03-27 17:07:59 +01:00
email.py feat: add auth providers (Google OAuth, Password, Email magic link) + web UI fixes 2026-03-27 17:07:59 +01:00
google.py fix: force secure cookie in production, reduce max_age to 1 day 2026-04-09 16:31:50 +02:00
password.py fix: move argon2 imports to top-level and catch VerifyMismatchError specifically 2026-04-09 18:42:51 +02:00