moved over IdentityClient as well

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-09 19:32:59 +01:00
parent 86b40d464f
commit bf5222bfa1
15 changed files with 85 additions and 45 deletions
+5 -3
View File
@@ -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`.