How to use GraphQL tokens behind basic auth? #10539
-
I'm running Craft CMS behind Nginx where I've configured basic authentication for my staging setup. Now I want to use private GraphQL schemas, but my frontend can't send the basic auth credentials and the GraphQL token. Is there a way to customize the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can pass both the
|
Beta Was this translation helpful? Give feedback.
-
Just added support for passing the bearer token via an |
Beta Was this translation helpful? Give feedback.
Just added support for passing the bearer token via an
X-Craft-Authorization
header (0fce7a7).