- Notifications
You must be signed in to change notification settings - Fork1.5k
Added required arguments#81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Added required arguments ([see docs](/https://flask-jwt-extended.readthedocs.io/en/stable/api/#flask_jwt_extended.JWTManager.needs_fresh_token_loader)) to avoid `TypeError: token_not_fresh_callback() takes 0 positional arguments but 2 were given` error.
vercelbot commentedOct 11, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
Thanks@LUS24 , did you check other projects and other files to see if this was present? I think the error may be in a couple other places too. |
I'll check and make another PR in case it's necessary. |
Done, I think I got all the cases. |
Added required arguments (see docs) to avoid
TypeError: token_not_fresh_callback() takes 0 positional arguments but 2 were given
error.