Skip to content

OAuth2: basic authorization when using refresh token #7044

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

Closed
wants to merge 3 commits into from
Closed

OAuth2: basic authorization when using refresh token #7044

wants to merge 3 commits into from

Conversation

DMax-YT
Copy link

@DMax-YT DMax-YT commented Jul 31, 2024

This pull request adds information about required basic authorization when developer uses redresh_token to renew access_token.

@DMax-YT DMax-YT requested a review from a team as a code owner July 31, 2024 21:35
@DMax-YT DMax-YT requested review from shaydewael and removed request for a team July 31, 2024 21:35
@ManHatos
Copy link
Contributor

oh someone beat me to it 😭

@DMax-YT
Copy link
Author

DMax-YT commented Jul 31, 2024

oh someone beat me to it 😭

I made this pull request right after I faced with this problem in my work, asked in DDevs server and got suggestion about making changes in docs

DMax-YT and others added 2 commits August 1, 2024 14:14
Co-authored-by: Suspense <64612795+AlmostSuspense@users.noreply.github.com>
@DMax-YT
Copy link
Author

DMax-YT commented Aug 1, 2024

I reviewed documentation and found that information about basic authorization is specified in "Authorization Code Grant" section and was written in #6356 pr.

All calls to the OAuth2 endpoints require either HTTP Basic authentication or client_id and client_secret supplied in the form data body.

@DMax-YT DMax-YT closed this Aug 1, 2024
@DMax-YT DMax-YT deleted the oauth2-basic-auth-for-refresh branch August 1, 2024 21:36
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.

3 participants