Skip to content

Commit 45628cf

Browse files
committed
Fix readme link markdown and add IRC information
1 parent 2672ca7 commit 45628cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This has several **optional** features built it to make working with JSON Web To
1010
easier. 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

0 commit comments

Comments
 (0)