bf5222bfa1
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
680 B
680 B
@backstage/plugin-auth-backend
| @backstage/plugin-auth-backend |
|---|
| minor |
- Moved
IdentityClient,BackstageSignInResult,BackstageIdentityResponse, andBackstageUserIdentityto@backstage/plugin-auth-node.
While moving over, IdentityClient was also changed in the following ways:
- Made
IdentityClient.listPublicKeysprivate. It was only used in tests, and should not be part of the API surface of that class. - Removed the static
IdentityClient.getBearerToken. It is now replaced bygetBearerTokenFromAuthorizationHeaderfrom@backstage/plugin-auth-node.
Since the IdentityClient interface is marked as experimental, this is a
breaking change without a deprecation period.