You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OP-initiated logouts hit the database many times and leave stale rows in the database without a creation or expiration date.
Describe your ideal solution
Should be pretty straightforward to use the stateless AEAD-based flow used in the Authorization Code grant for this purpose as well, allowing us to completely drop this table and make logouts much faster as well.
Workarounds or alternatives
Add expiration dates to logout requests and let TTL jobs/janitor handle the cleanup.
Version
all
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe your problem
OP-initiated logouts hit the database many times and leave stale rows in the database without a creation or expiration date.
Describe your ideal solution
Should be pretty straightforward to use the stateless AEAD-based flow used in the Authorization Code grant for this purpose as well, allowing us to completely drop this table and make logouts much faster as well.
Workarounds or alternatives
Add expiration dates to logout requests and let TTL jobs/janitor handle the cleanup.
Version
all
Additional Context
No response
The text was updated successfully, but these errors were encountered: