Update extensions.md

Since there have been a few extensions discussed in open issues, it makes sense to start keeping track of them.
This commit is contained in:
Raphael Deem 2017-01-12 19:30:22 -08:00 committed by GitHub
parent 974c857a97
commit a86cc32dff

View File

@ -2,5 +2,5 @@
A list of Sanic extensions created by the community. A list of Sanic extensions created by the community.
* [Sessions](https://github.com/subyraman/sanic_session) -- Support for sessions. Allows using redis, memcache or an in memory store. * [Sessions](https://github.com/subyraman/sanic_session) — Support for sessions. Allows using redis, memcache or an in memory store.
* [CORS](https://github.com/ashleysommer/sanic-cors) -- A port of flask-cors. * [CORS](https://github.com/ashleysommer/sanic-cors) — A port of flask-cors.