-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
I need help about JWT auth #52
Comments
Same problem, if you've found a way to solve this problem.. just let us know 👍 |
Same problem here. :/ |
I think they add option "header" it works like argument of command but when is set in package.json it is ignored. |
Have you tried including "Bearer" in the header? This is usually how a JWT is transmitted.
|
This issue is too old and I don't remember how I did it. Therefore, rather than keeping the current issue open, it would be better to close it and proceed again if necessary. |
Hello.
I need help, so I've created an issue.
We are going to use graphdoc to document the project that has been completed.
However, our project is now designed to be accessible to graphql even though it must pass JWT certification.
So if you want to document using graphdoc, you have to send Authorization to header.
I would appreciate it if you can help me.
I would like to apply it as shown below.
I would appreciate your reply anytime.
Thank you.
The text was updated successfully, but these errors were encountered: