Difference between revisions of "My REST JWT Journey"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 8: | Line 8: | ||
* https://realpython.com/token-based-authentication-with-flask/ | * https://realpython.com/token-based-authentication-with-flask/ | ||
* https://codeburst.io/this-is-how-easy-it-is-to-create-a-rest-api-8a25122ab1f3 | * https://codeburst.io/this-is-how-easy-it-is-to-create-a-rest-api-8a25122ab1f3 | ||
* https://codeburst.io/jwt-authorization-in-flask-c63c1acf4eeb | |||
==Series== | ==Series== |
Revision as of 10:36, 24 May 2019
Getting Started
Some resources I found of use were:
General
- https://medium.freecodecamp.org/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563
- https://realpython.com/token-based-authentication-with-flask/
- https://codeburst.io/this-is-how-easy-it-is-to-create-a-rest-api-8a25122ab1f3
- https://codeburst.io/jwt-authorization-in-flask-c63c1acf4eeb
Series
Flask JWT Extended
- https://flask-jwt-extended.readthedocs.io/en/latest/
- https://buildmedia.readthedocs.org/media/pdf/flask-jwt-extended/latest/flask-jwt-extended.pdf