Skip to content

Fix auth api issue - #131967#45

Open
laurensOost wants to merge 1 commit intoinuits:masterfrom
laurensOost:task/fixAuth
Open

Fix auth api issue - #131967#45
laurensOost wants to merge 1 commit intoinuits:masterfrom
laurensOost:task/fixAuth

Conversation

@laurensOost
Copy link
Copy Markdown

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