Speed up client and authorization lookup with database indexes #12

Manually merged
ansv7779 merged 1 commits from slow-login into main 2026-02-18 15:34:48 +01:00

1 Commits

Author SHA1 Message Date
6c2f90774d
Speed up client and authorization lookup with database indexes
All checks were successful
/ build (push) Successful in 3m28s
During a normal OIDC login workflow (authentication/consent, code exchange, and user info lookup), that results in SQL queries filtering on columns that are now indexed. Before it used to table scan which was extremely slow.
2026-01-13 14:45:52 +01:00