#264 Token refreshing is not working due to no refreshable_until being set in the database
Closed: Fixed Opened 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.


A patch is in #281

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

Commit 62f38c4b fixes this issue

Metadata