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 1
1
"""
2
- blacklist .py
2
+ blocklist .py
3
3
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
6
6
user logs out.
7
7
"""
8
8
Original file line number Diff line number Diff line change 1
1
"""
2
- blacklist .py
2
+ blocklist .py
3
3
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
6
6
user logs out.
7
7
"""
8
8
Original file line number Diff line number Diff line change 1
1
"""
2
- blacklist .py
2
+ blocklist .py
3
3
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
6
6
user logs out.
7
7
"""
8
8
You can’t perform that action at this time.
0 commit comments