oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Token base data is stored after both access and refresh token are removed

Open hotab opened this issue 7 years ago • 1 comments

For example, when we use a refresh token, it gets regenerated along with access token. At this point both access and refresh token are no longer present (no references to base data are left), but it is still retained for the next 7 days (default TTL).

This is true at least for redis store.

hotab avatar Apr 22 '19 15:04 hotab

Yes, this problem does exist now, I will try to fix it.

LyricTian avatar Apr 24 '19 00:04 LyricTian