From 90b9d732448d44924cf3f1b056139b140d422747 Mon Sep 17 00:00:00 2001 From: Lewis Date: Tue, 13 Nov 2018 14:39:29 +0900 Subject: [PATCH] ADD: Sanic-JWT-Extended extension --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index c0728627..bcea2299 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -8,6 +8,7 @@ A list of Sanic extensions created by the community. - [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. - [Sanic JWT](https://github.com/ahopkins/sanic-jwt): Authentication, JWT, and permission scoping for Sanic. +- [Sanic-JWT-Extended](https://github.com/devArtoria/Sanic-JWT-Extended): Provides extended JWT support 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.