#372 Refreshable OIDC tokens are cleaned up
Closed: Fixed by abompard. Opened by abompard.

Access tokens have an expiration date of about an hour, and need to be refreshed using the refresh token. However, the cleanup function in providers/openidc/store.py only selects for deletion the tokens that are expired without checking if the can be refreshed. As a result the refresh process does not work.


Metadata Update from @abompard:
- Issue assigned to abompard

Fixed by #373

Metadata Update from @abompard:
- Custom field component adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests