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

Add CORS support to token endpoint. #791

Merged
merged 1 commit into from Dec 13, 2021

Conversation

luhn
Copy link
Contributor

@luhn luhn commented Nov 17, 2021

Add Access-Control-Allow-Origin header to the token endpoint response for authentication code grant, if the origin is allowed by RequestValidator.is_origin_allowed.

Fixes #789.

@auvipy auvipy merged commit 55ce48b into oauthlib:master Dec 13, 2021
@auvipy auvipy added this to the 3.2.0 milestone Dec 13, 2021
@JonathanHuot JonathanHuot added the OAuth2-Provider This impact the provider part of OAuth2 label Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OAuth2-Provider This impact the provider part of OAuth2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS for token endpoint
3 participants