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.
1 parent 555e36c commit a17d7aeCopy full SHA for a17d7ae
flask_jwt_extended/utils.py
@@ -326,6 +326,10 @@ def refresh_access_token():
326
return jsonify(ret), 200
327
328
329
+# TODO Move blacklist stuff to it's own file
330
+# TODO Decorator for blacklist function calls to check if it's enabled in the config
331
+# TODO Move create auth api to it's own file
332
+
333
def get_stored_tokens():
334
if not _blacklist_enabled():
335
raise RuntimeError("Blacklist must be enabled to list tokens")
0 commit comments