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 #755: ensure save_token is called for hybrid code flow #771

Merged
merged 1 commit into from Aug 18, 2021

Conversation

kazkansouh
Copy link
Contributor

This closes #755

It ensures that when a hybrid request such as:

GET /authorize/?response_type=code+token&client_id=AppClientID&redirect_url=http://localhost/&scope=openid+profile HTTP/1.1

The returned token is persisted via a call to save_token.

@auvipy auvipy merged commit 9d4e3e9 into oauthlib:master Aug 18, 2021
@auvipy auvipy added this to the 3.2.0 milestone Dec 13, 2021
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.

OIDC request_type "code token" does not save access token
2 participants