How to: Implement an access token authentication with Tornado and PyJWT
In this article we are going to extend our Books project developed with Tornado and the Queries library. We will add token based authentication to our REST API. From this article we will add the following features:
Add a Login Handler
Add a Logout ...
failing2build.hashnode.dev6 min read