flask_graphql_auth.main module¶
-
class
flask_graphql_auth.main.GraphQLAuth(app=None)[source]¶ Bases:
objectAn object used to hold JWT settings for the Flask-GraphQL-Auth extension.
Instances of
GraphQLAuthare 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.