我正在使用flask jet-extended构建应用程序,并且正在从https://flask-jwt-extended.readthedocs.io/en/stable/blocklist_and_token_revoking/注销 我的问题是装饰器@jwt.token_in_blacklist_loader似乎不起作用。function that insert jti in my database
return redirect(url_for(
我正在尝试使用Flask_JWT_Extended来保护我的API。我的FLask设置 # JWT settingsJWT_COOKIE_SECURE = Falsefrom api.mApi import api as marlinizer_api
from api.api_definition import