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

Synchronize persisting token in RefreshGrantHandler #2303

Merged

Conversation

Yoshani
Copy link
Contributor

@Yoshani Yoshani commented Dec 13, 2023

Proposed changes in this pull request

The RefreshGrantHandler bypasses the synchronized token issuing behavior of the super class AbstractAuthorizationGrantHandler by adopting an overidden issue method. This can potentially be the reason for the related issue. Therefore this PR adopts the same synchronization method when persisting the token in RefreshGrantHandler.

Related Issues

@Yoshani Yoshani force-pushed the improve-refresh-grant-handler branch 2 times, most recently from 7af05a7 to 122a6fd Compare December 13, 2023 18:11
@Yoshani Yoshani force-pushed the improve-refresh-grant-handler branch from 122a6fd to c0dfd94 Compare December 13, 2023 18:12
@Yoshani Yoshani merged commit be6bed7 into wso2-extensions:master Dec 14, 2023
1 check passed
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