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

Is it possible to put the client id and client secret in headers instead of query params? #249

Open
src-kearney opened this issue Aug 3, 2023 · 0 comments

Comments

@src-kearney
Copy link

Sending client ID and client secret in the URL as query params is less secure than putting them in headers.

The querystring is encrypted with SSL, but URLs are stored in server logs which can be a security vulnerability.

Source: https://stackoverflow.com/questions/2629222/are-querystring-parameters-secure-in-https-http-ssl

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

No branches or pull requests

1 participant