We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! In REDME there is no example or explanation how, after receiving JWT token, further requests should be authenticated. In other repo https://django-graphql-jwt.domake.io/en/stable/authentication.html#http-header there is example with providing header to each request with token:
POST / HTTP/1.1 Host: domake.io Authorization: JWT <token> Content-Type: application/json;
Is it possible to do with current package?
Also I am curious if it is possible to mix generation of token part from this repo with access decorators from django-graphql-jwt
django-graphql-jwt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
In REDME there is no example or explanation how, after receiving JWT token, further requests should be authenticated.
In other repo https://django-graphql-jwt.domake.io/en/stable/authentication.html#http-header
there is example with providing header to each request with token:
Is it possible to do with current package?
Also I am curious if it is possible to mix generation of token part from this repo with access decorators from
django-graphql-jwt
The text was updated successfully, but these errors were encountered: