Skip to content

Commit a17d7ae

Browse files
committed
Some TODO's
1 parent 555e36c commit a17d7ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flask_jwt_extended/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ def refresh_access_token():
326326
return jsonify(ret), 200
327327

328328

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+
329333
def get_stored_tokens():
330334
if not _blacklist_enabled():
331335
raise RuntimeError("Blacklist must be enabled to list tokens")

0 commit comments

Comments
 (0)