sanic_jwt_extended.jwt_manager module¶
-
class
sanic_jwt_extended.jwt_manager.JWTManager(app: sanic.app.Sanic)[source]¶ Bases:
objectAn object used to hold JWT settings for the Sanic-JWT-Extended extension. Instances of
JWTMangerare 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.