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 3ef0162 commit 8188188Copy full SHA for 8188188
README.md
@@ -2,3 +2,9 @@
2
A Flask JWT extension that supports refresh tokens, blacklisting/revoking tokens, and token freshness (for accessing critical views)
3
4
Details, quickstart, pip, and readthedocs coming soon!
5
+
6
7
+To run sample app.
8
9
+1. pip install -r requirements.txt
10
+2. python app.py
0 commit comments