This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.
The default TokenStore can no longer be injected since it is no longer exposed as a bean. #348
Open
Description
I have a service which injects the default TokenStore
(InMemoryTokenStore
) to use methods like removeAccessToken
and removeRefreshToken
. TokenStore
is no longer a bean in 2.0.5.RELEASE, which causes all the code auto-wiring TokenStore
to fail. This is a breaking change. Is there any workaround besides configuring my own TokenStore bean? If not, this change should be documented as a breaking change.