Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

support of pyjwt 2.3.0 with flask-jwt 0.3.2 #148

Open
struts2spring opened this issue Apr 22, 2022 · 0 comments
Open

support of pyjwt 2.3.0 with flask-jwt 0.3.2 #148

struts2spring opened this issue Apr 22, 2022 · 0 comments

Comments

@struts2spring
Copy link

Hi
We need to update one method to support pyjwt 2.3.0 with flask-jwt 0.3.2 , I have modified in my local with below code . I am using python 3.10 .

def _default_auth_response_handler(access_token, identity):
return jsonify({'access_token': access_token})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant