#372 Refreshable OIDC tokens are cleaned up
Closed: Fixed 2 years ago by abompard. Opened 2 years ago 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

2 years ago

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)

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #373 Merged 2 years ago