We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5263d9d + 24947e9 commit e1ab258Copy full SHA for e1ab258
examples/csrf_protection_with_cookies.py
@@ -82,7 +82,6 @@ def refresh():
82
# in order to logout. unset_jwt_cookies is a helper function to
83
# do just that.
84
@app.route('/token/remove', methods=['POST'])
85
-@jwt_required
86
def logout():
87
resp = jsonify({'logout': True})
88
unset_jwt_cookies(resp)
examples/jwt_in_cookie.py
@@ -80,7 +80,6 @@ def refresh():
80
81
0 commit comments