Difference between revisions of "My REST JWT Journey"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
* https://medium.freecodecamp.org/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563 | * https://medium.freecodecamp.org/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563 | ||
* 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/jwt-authorization-in-flask-c63c1acf4eeb | |||
* https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/ | |||
==Series== | ==Series== | ||
* https://medium.com/@riken.mehta/full-stack-tutorial-3-flask-jwt-e759d2ee5727 | * https://medium.com/@riken.mehta/full-stack-tutorial-3-flask-jwt-e759d2ee5727 | ||
* https:// | * https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/ | ||
=Flask JWT Extended= | =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 | * https://buildmedia.readthedocs.org/media/pdf/flask-jwt-extended/latest/flask-jwt-extended.pdf | ||
Line 21: | Line 24: | ||
* https://github.com/jokamjohn/bucket_api | * https://github.com/jokamjohn/bucket_api | ||
=Documentation= | |||
* https://buildmedia.readthedocs.org/media/pdf/flask-jwt-extended/latest/flask-jwt-extended.pdf | |||
Latest revision as of 11:12, 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
- https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/
Series
- https://medium.com/@riken.mehta/full-stack-tutorial-3-flask-jwt-e759d2ee5727
- https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/
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