If refreshable_until=None, it ends up not getting stored in the token information table. This will make sure we will correctly interpret that as "no expiry".
Fixes: #264 Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
LGTM
+1
Commit 62f38c4b fixes this pull-request
Pull-Request has been merged by puiterwijk@redhat.com
If refreshable_until=None, it ends up not getting stored in the token
information table.
This will make sure we will correctly interpret that as "no expiry".
Fixes: #264
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com