From e1c90202682d76361c77adb7bb2176730038466a Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 30 Apr 2018 04:41:17 +0300 Subject: [PATCH] Update extensions.md (#1205) Changing the description of [Sanic JWT](https://github.com/ahopkins/sanic-jwt) to include permission scoping --- docs/sanic/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 4effd737..01c89f95 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -7,7 +7,7 @@ A list of Sanic extensions created by the community. - [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors. - [Compress](https://github.com/subyraman/sanic_compress): Allows you to easily gzip Sanic responses. A port of Flask-Compress. - [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template. -- [JWT](https://github.com/ahopkins/sanic-jwt): Authentication extension for JSON Web Tokens (JWT). +- [Sanic JWT](https://github.com/ahopkins/sanic-jwt): Authentication, JWT, and permission scoping for Sanic. - [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. - [Pagination](https://github.com/lixxu/python-paginate): Simple pagination support. - [Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper.