Skip to content
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

Custom authorization header functionality #140

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tomsseisums
Copy link

I have a setup where CraftCMS is used in fully headless fashion and our development/production host is behind Basic Auth.

Currently, if you're behind Basic Auth, it's impossible to auth with CraftQL, because it uses Authorization header value (as it is already used for Basic Auth).
Specifying multiple values, like Authorization: Basic <base64>, Bearer <token> is against spec.

Therefore, I implemented feature to provide custom Authorization header.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant