Skip to content

Commit 7ea281a

Browse files
authored
UPDATE: necessary config info
1 parent 3ebee4b commit 7ea281a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ auth = GraphQLAuth(app)
1818
app.config["JWT_SECRET_KEY"] = "something" # change this!
1919
app.config["REFRESH_EXP_LENGTH"] = 30
2020
app.config["ACCESS_EXP_LENGTH"] = 10
21+
app.config["JWT_TOKEN_ARGUMENT_NAME"] = 'token' # name of query and mutation's token argument
2122

2223

2324
class AuthMutation(graphene.Mutation):

0 commit comments

Comments
 (0)