JSON Web Tokens, or JWTs for short, are all over the web. They can be used to track bits of information about a user in a very compact way and can be used in APIs for authorization purposes. … We are also going to see how you can sign and verify JWTs in Python using asymmetric algorithms.