moved over IdentityClient as well
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
'@backstage/plugin-auth-backend': minor
|
||||
---
|
||||
|
||||
- Moved `IdentityClient`, `BackstageSignInResult`, `BackstageIdentityResponse`,
|
||||
and `BackstageUserIdentity` to `@backstage/plugin-auth-node`.
|
||||
|
||||
While moving over, `IdentityClient` was also changed in the following ways:
|
||||
|
||||
- Made `IdentityClient.listPublicKeys` private. 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 by
|
||||
@@ -9,6 +14,3 @@
|
||||
|
||||
Since the `IdentityClient` interface is marked as experimental, this is a
|
||||
breaking change without a deprecation period.
|
||||
|
||||
- Moved `BackstageSignInResult`, `BackstageIdentityResponse`, and
|
||||
`BackstageUserIdentity` to `@backstage/plugin-auth-node`.
|
||||
|
||||
Reference in New Issue
Block a user