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

oauth2: Uses original request when validating auth code #280

Closed
wants to merge 1 commit into from

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented May 25, 2018

Closes #214

@aeneasr aeneasr added the bug Something is not working. label May 25, 2018
@aeneasr aeneasr self-assigned this May 25, 2018
aeneasr pushed a commit that referenced this pull request May 28, 2018
This patch resolves several issues related to token revokation as well as duplicate authorize code usage:

* oauth2: Revoking access or refresh tokens should revoke past and future tokens too
* oauth2: Revoke access and refresh tokens when authorize code is used twice

Additionally, this patch resolves an issue where refreshing a token would not revoke previous tokens.

Closes #278
Closes #280
@aeneasr aeneasr closed this in 72bff7f May 28, 2018
@aeneasr aeneasr deleted the fix-214 branch May 28, 2018 19:27
budougumi0617 added a commit to budougumi0617/fosite that referenced this pull request May 10, 2019
This patch resolves several issues related to token revokation as well as duplicate authorize code usage:

* oauth2: Revoking access or refresh tokens should revoke past and future tokens too
* oauth2: Revoke access and refresh tokens when authorize code is used twice

Additionally, this patch resolves an issue where refreshing a token would not revoke previous tokens.

Closes ory#278
Closes ory#280
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant