We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebee4b commit 7ea281aCopy full SHA for 7ea281a
README.md
@@ -18,6 +18,7 @@ auth = GraphQLAuth(app)
18
app.config["JWT_SECRET_KEY"] = "something" # change this!
19
app.config["REFRESH_EXP_LENGTH"] = 30
20
app.config["ACCESS_EXP_LENGTH"] = 10
21
+app.config["JWT_TOKEN_ARGUMENT_NAME"] = 'token' # name of query and mutation's token argument
22
23
24
class AuthMutation(graphene.Mutation):
0 commit comments