You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow to disable expiration time claim
Setting expires_delta to timedelta(0) removes the "exp" claim
and creates a token that never expires.
Fix issue #105
* Use False to disable expiration
This is more intuitive than timedelta(0)
0 commit comments