From a379ef6781f6ecefa03ec1863beecb8fe43126c1 Mon Sep 17 00:00:00 2001 From: Shawn Niederriter Date: Sat, 18 Mar 2017 23:56:11 -0400 Subject: [PATCH] Added Sanic-OAuth to extensions. --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index d3bdda5b..b11470d9 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -17,3 +17,4 @@ A list of Sanic extensions created by the community. - [Babel](https://github.com/lixxu/sanic-babel): Adds i18n/l10n support to Sanic applications with the help of the `Babel` library - [Dispatch](https://github.com/ashleysommer/sanic-dispatcher): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter. +- [Sanic-OAuth](https://github.com/Sniedes722/Sanic-OAuth): OAuth Library for connecting to & creating your own token providers.