File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 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
1010easier. These include:
1111
1212* 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/ )
1414* Token freshness and separate view decorators to only allow fresh tokens
1515* Token revoking
1616* Storing tokens in cookies and CSRF protection
@@ -27,7 +27,11 @@ $ python setup.py install
2727```
2828
2929### 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.
3135
3236
3337### Testing and Code Coverage
You can’t perform that action at this time.
0 commit comments