Skip to content
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
@ccampo133

Description

@ccampo133

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions