django-graphql-social-auth icon indicating copy to clipboard operation
django-graphql-social-auth copied to clipboard

Is there example of making query with received JWT token?

Open wolendranh opened this issue 5 years ago • 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

wolendranh avatar Jul 15 '19 08:07 wolendranh