Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAM should expire unused refresh tokens after a configurable amount of time #361

Open
andreaceccanti opened this issue Nov 12, 2020 · 1 comment

Comments

@andreaceccanti
Copy link
Contributor

To avoid the pileup of unused refresh tokens in the database. To implement this functionality, IAM needs to keep track of when a refresh token was last used.

It should be possible to disable the refresh token cleanup for selected clients.

@andreaceccanti andreaceccanti added this to the v1.7.0 milestone Nov 12, 2020
@andreaceccanti andreaceccanti modified the milestones: v1.7.0, v1.8.0 Mar 22, 2021
@enricovianello enricovianello removed this from the v1.8.0 milestone Jul 4, 2022
@enricovianello enricovianello added this to the General backlog milestone Mar 2, 2023
@enricovianello
Copy link
Member

This issue is linked to #675 and #680 .
Deleting unused client has the consequence of delete all the related token.
It's a different point of view deleting unused clients but it should give the same results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants