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
7
8
-
### When to use Flask-JWT-Extended?
8
+
### Features
9
9
10
10
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views,
11
11
but also many helpful (and **optional**) features built in to make working with JSON Web Tokens
@@ -19,45 +19,30 @@ easier. These include:
19
19
* Token revoking/blacklisting
20
20
* Storing tokens in cookies and CSRF protection
21
21
22
-
### When *not* to use Flask-JWT-Extended?
23
-
24
-
This extension is very opinionated about what claims need to exist in received
25
-
JWTs to get all these extra features to work. If you are working with other JWT
26
-
providers, only using Flask for rapid prototyping of your application, or do
27
-
not care about any of these extra features, [Flask-JWT-Simple](https://github.com/vimalloc/flask-jwt-simple)
28
-
may be a better fit for your application. It is the sister extension of this
29
-
one (both maintained by me), which strips all of the extra features and opinionated
30
-
JWT requirements out.
31
-
32
-
33
-
### Upgrading to the 3.x.x releases
34
-
[See here](https://github.com/vimalloc/flask-jwt-extended/releases/tag/3.0.0) for
0 commit comments