-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
I'd like to generate access tokens that never expire (for use in other applications that access the API).
The "exp" claim is optional in PyJWT but not in flask-jwt-extended.
I guess this could be achieved by passing expires_delta=0 or 'never' or something similar.
Would you be interested to integrate this change if I make a pull request?
Metadata
Metadata
Assignees
Labels
No labels