class flask_jwt_extended. JWTManager(app=None)[source] An object used to hold JWT settings and callback functions for the Flask-JWT-Extended extension . Instances of JWTManager are not bound to specific apps, so you can create one in the main body of your code and then bind it to your app in a factory function.