@@ -33,7 +33,7 @@ need to build a significant amount of the plumbing yourself rather than
3333` pip ` installing existing, well-tested libraries.
3434
3535
36- ## Sanic tutorials
36+ ### Sanic tutorials
3737Sanic is under very active development and is still in its infancy as a
3838web framework. The following tutorials will get you started but there is
3939a chance you will have to work through errors as Sanic is regularly updated.
@@ -53,8 +53,11 @@ a chance you will have to work through errors as Sanic is regularly updated.
5353* [ Python Sanic Tutorial] ( https://www.youtube.com/watch?v=WiGsWfwh0yY ) is a
5454 video tutorial on how to write your first Sanic web apps.
5555
56+ * [ A Guide to Instrumenting Sanic Applications, Part 1] ( https://medium.com/@pyk/a-guide-to-instrument-sanic-application-part-1-193b3eb403a )
57+ shows how to add Prometheus-based monitoring to Sanic applications.
5658
57- ## Sanic open source projects and examples
59+
60+ ### Sanic open source projects and examples
5861There are not many example applications and extensions for Sanic
5962compared to [ Flask] ( /flask.html ) , [ Django] ( /django.html ) or
6063[ other web frameworks] ( /other-web-frameworks.html ) because Sanic is
@@ -91,3 +94,6 @@ this framework.
9194 has boilerplate code for setting up a Sanic project using
9295 [ Docker] ( /docker.html ) and [ Nginx] ( /nginx.html ) .
9396
97+ * [ Sanic JWT] ( http://sanic-jwt.readthedocs.io/en/latest/ )
98+ ([ source code] ( https://github.com/ahopkins/sanic-jwt ) ) adds support for
99+ authentication via [ JSON Web Tokens (JWT)] ( https://jwt.io/ ) .
0 commit comments