flask-jwt icon indicating copy to clipboard operation
flask-jwt copied to clipboard

support of pyjwt 2.3.0 with flask-jwt 0.3.2

Open struts2spring opened this issue 3 years ago • 0 comments

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})

struts2spring avatar Apr 22 '22 15:04 struts2spring