Speed up client and authorization lookup with database indexes #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "slow-login"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Looks very reasonable 👍