Skip to content

Commit a2af593

Browse files
author
Landon Gilbert-Bland
committed
Move chat from gitter to discord
refs #283
1 parent 2e4a178 commit a2af593

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
[![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-extended/badge.svg?branch=master)](https://coveralls.io/github/vimalloc/flask-jwt-extended?branch=master)
44
[![PyPI version](https://badge.fury.io/py/Flask-JWT-Extended.svg)](https://badge.fury.io/py/Flask-JWT-Extended)
55
[![Documentation Status](https://readthedocs.org/projects/flask-jwt-extended/badge/)](http://flask-jwt-extended.readthedocs.io/en/latest/)
6-
[![Join the chat at https://gitter.im/flask-jwt-extended/Lobby](https://badges.gitter.im/flask-jwt-extended/Lobby.svg)](https://gitter.im/flask-jwt-extended/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
76

87
### Features
9-
108
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views,
119
but also many helpful (and **optional**) features built in to make working with JSON Web Tokens
1210
easier. These include:
@@ -19,18 +17,15 @@ easier. These include:
1917
* Token revoking/blacklisting
2018
* Storing tokens in cookies and CSRF protection
2119

22-
2320
### Usage
2421
[View the documentation online](https://flask-jwt-extended.readthedocs.io/en/stable/)
2522

26-
2723
### Changelog
2824
You can view the changelog [here](https://github.com/vimalloc/flask-jwt-extended/releases).
2925
This project follows [semantic versioning](https://semver.org/).
3026

3127
### 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
3429

3530
### Local Development
3631
We require 100% code coverage in our unit tests. You can run the tests locally

0 commit comments

Comments
 (0)