agnes-the-ai-analyst/app/auth/providers
ZdenekSrotyr 7d036760f5 fix: wrap Google OAuth DB connection in try/finally to ensure it is always closed
The system DB connection opened in google_callback is now closed in a
finally block, so it is released even when an exception occurs between
open and close.
2026-04-09 18:42:56 +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: wrap Google OAuth DB connection in try/finally to ensure it is always closed 2026-04-09 18:42:56 +02:00
password.py fix: move argon2 imports to top-level and catch VerifyMismatchError specifically 2026-04-09 18:42:51 +02:00