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
In general, I think this is why it's going to remain defaulted as False in the settings. I think what you mentioned is a good justification for keeping it that way :) Perhaps a link to this issue from the docs would be great if you'd like to create a PR!
The biggest problem that I think is that such abusing can cause a sort of flood(?) in the blacklist db. So a solution(?) that I've thought out is to refresh the refresh token nearly due to the expiration. This process surely requires a decoding process which might take a bit more time.. but would it be matter? 😝
apologies for my broken English in advance.
while I'm developing a site, I happened to know that refreshing a pair of tokens is possible for deleted users once they keep refresh tokens.
steps what I've been through
When I reload the page, the refreshing process is NEVER denied, which could be abused especially when ROTATE_REFRESH_TOKEN=true
Though I'm using blacklist, since the refresh token is the latest refreshed one, it would never be rejected.
The text was updated successfully, but these errors were encountered: