Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Allow users to override JwtAccessTokenConverter #234

Merged
merged 2 commits into from
Mar 28, 2020

Conversation

tsachev
Copy link
Contributor

@tsachev tsachev commented Mar 28, 2020

Fix for #231

Tests in AuthorizationServerTokenServicesConfigurationTests are also rewritten with ApplicationContextRunner witch is more convenient way to test @AutoConfigurations

tsachev added 2 commits March 28, 2020 13:19
With this change users can override the JwtAccessTokenConverter
used by the auto configured JwtTokenStore and their own enhancer.

Fixes spring-attic#231
@jzheaux jzheaux merged commit 5cd1b51 into spring-attic:2.2.x Mar 28, 2020
@jzheaux
Copy link
Contributor

jzheaux commented Mar 28, 2020

Thanks, @tsachev for the PR, this is now merged into 2.2.x.

In the future, if you would do the favor of adding the feature to master, then it's a little easier for me to backport it to 2.2.x. Thanks!

@tsachev
Copy link
Contributor Author

tsachev commented Mar 29, 2020

Thanks, @jzheaux. I will work against master if the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants