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
The `cleartokens` management command removed expired refresh tokens and
associated access tokens but kept expired ID tokens in the database.
Remove ID tokens when the associated access and refresh tokens are
cleared. Preserve expired ID tokens until the associated access token is
deleted to keep relationships intact and not trigger delete cascades.
Fixes#1222
0 commit comments