flavors/django-graphql-social-auth

Is there example of making query with received JWT token?

wolendranh opened this issue · 0 comments

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