#264 Token refreshing is not working due to no refreshable_until being set in the database
Closed: Fixed 6 years ago Opened 7 years ago by puiterwijk.

When issueing refreshable tokens, we set refreshable_until = None.
However, that means that the value is not stored, and when refreshToken checks the value (it doesn't allow "indefinite" seemingly since it doesn't check if it's None), meaning that refreshable_until is not in the token_info.


Metadata Update from @puiterwijk:
- Custom field component adjusted to Documentation
- Custom field type adjusted to defect
- Custom field version adjusted to Development

6 years ago

Login to comment on this ticket.

Metadata