We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move OAuth2TokenFormat to package org.springframework.security.oauth2.server.authorization.settings
OAuth2TokenFormat
org.springframework.security.oauth2.server.authorization.settings
Related gh-812
The text was updated successfully, but these errors were encountered:
fdda882
Relocate OAuth2TokenFormat
d52d19a
Closes spring-projectsgh-822
SET SQL_SAFE_UPDATES = 0;
UPDATE oauth2_registered_client SET token_settings = REPLACE( token_settings, 'org.springframework.security.oauth2.core.OAuth2TokenFormat', 'org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat' );
SET SQL_SAFE_UPDATES = 1;
Sorry, something went wrong.
jgrandja
No branches or pull requests
Move
OAuth2TokenFormat
to packageorg.springframework.security.oauth2.server.authorization.settings
Related gh-812
The text was updated successfully, but these errors were encountered: