File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This has several **optional** features built it to make working with JSON Web To
10
10
easier. These include:
11
11
12
12
* Support for adding custom claims to JSON Web Tokens
13
- * [ Refresh tokens] (https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/ )
13
+ * [ Refresh tokens] ( https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/ )
14
14
* Token freshness and separate view decorators to only allow fresh tokens
15
15
* Token revoking
16
16
* Storing tokens in cookies and CSRF protection
@@ -27,7 +27,11 @@ $ python setup.py install
27
27
```
28
28
29
29
### Usage
30
- [ View the documentation online] (http://flask-jwt-extended.readthedocs.io/en/latest/ )
30
+ [ View the documentation online] ( http://flask-jwt-extended.readthedocs.io/en/latest/ )
31
+
32
+
33
+ ### Chatting
34
+ We on irc! You can come chat with us in the ``` #flask-jwt-extended ``` channel on freenode.
31
35
32
36
33
37
### Testing and Code Coverage
You can’t perform that action at this time.
0 commit comments