Creating a RESTFul API in Flask With JSON Web Token Authentication and Flask-SQLAlchemy

This video shows an example of a todo list RESTFul API being created using Flask. This API using Flask-SQLAlchemy and is authenticated using JSON Web Tokens. This is a much more realistic example of how a token-based API will behave, but like any educational example, there’s always so much more you can add.
Source: Pretty Printed (YouTube)

Back to Lesson