flask-jwt
flask-jwt copied to clipboard
support of pyjwt 2.3.0 with flask-jwt 0.3.2
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})