You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/flask-jwt-extended/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
6
8
7
### Features
9
-
10
8
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views,
11
9
but also many helpful (and **optional**) features built in to make working with JSON Web Tokens
12
10
easier. These include:
@@ -19,23 +17,20 @@ easier. These include:
19
17
* Token revoking/blacklisting
20
18
* Storing tokens in cookies and CSRF protection
21
19
22
-
23
20
### Usage
24
-
[View the documentation online](http://flask-jwt-extended.readthedocs.io/en/latest/)
25
-
21
+
[View the documentation online](https://flask-jwt-extended.readthedocs.io/en/stable/)
26
22
27
23
### Changelog
28
24
You can view the changelog [here](https://github.com/vimalloc/flask-jwt-extended/releases).
29
25
This project follows [semantic versioning](https://semver.org/).
30
26
31
27
### Chatting
32
-
Come chat with the community or ask questions at https://gitter.im/flask-jwt-extended/Lobby.
33
-
28
+
Come chat with the community or ask questions at https://discord.gg/EJBsbFd
34
29
35
30
### Local Development
36
31
We require 100% code coverage in our unit tests. You can run the tests locally
37
32
with `tox` which will print out a code coverage report. Creating a pull request
38
-
will run the tests against python 2.7, 3.4, 3.5, 3.6, and PyPy.
33
+
will run the tests against python 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy.
0 commit comments