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

Fix auth api issue - #131967 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laurensOost
Copy link

Issue: api-keys can get passed through get requests, which is risky. It defaults to the authorization header anyways if not present (and YaYata doesn't send it out through the url anyways it seems) so not urgent, but better to remove it in my opinion.

This is inherited from the "Experimental read-only API key authentication" commit. Which didn't include the default to auth header if key not present in url.
d484c9f

Proposed solution: remove the possibility to send keys through the url, even if it's not used -- better to completely remove the possibility.

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