File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
docs/docs/08_flask_jwt_extended
09_logout_users_rest_api/end
10_token_refreshing_flask_jwt_extended Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11"""
2- blacklist .py
2+ blocklist .py
33
4- This file just contains the blacklist of the JWT tokens. It will be imported by
5- app and the logout resource so that tokens can be added to the blacklist when the
4+ This file just contains the blocklist of the JWT tokens. It will be imported by
5+ app and the logout resource so that tokens can be added to the blocklist when the
66user logs out.
77"""
88
Original file line number Diff line number Diff line change 11"""
2- blacklist .py
2+ blocklist .py
33
4- This file just contains the blacklist of the JWT tokens. It will be imported by
5- app and the logout resource so that tokens can be added to the blacklist when the
4+ This file just contains the blocklist of the JWT tokens. It will be imported by
5+ app and the logout resource so that tokens can be added to the blocklist when the
66user logs out.
77"""
88
Original file line number Diff line number Diff line change 11"""
2- blacklist .py
2+ blocklist .py
33
4- This file just contains the blacklist of the JWT tokens. It will be imported by
5- app and the logout resource so that tokens can be added to the blacklist when the
4+ This file just contains the blocklist of the JWT tokens. It will be imported by
5+ app and the logout resource so that tokens can be added to the blocklist when the
66user logs out.
77"""
88
You can’t perform that action at this time.
0 commit comments