Merge pull request #22549 from jamieklassen/vmware-cloud-auth-utility-api

Utility API for VMware Cloud auth
This commit is contained in:
Patrik Oldsberg
2024-02-06 12:02:15 +01:00
committed by GitHub
11 changed files with 139 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/core-plugin-api': minor
'@backstage/app-defaults': minor
'@backstage/core-app-api': minor
'@backstage/frontend-plugin-api': patch
---
Added a utility API for VMware Cloud auth; the API ref is available in the
`@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
implementation is in `@backstage/core-app-api` and a factory has been added to
`@backstage/app-defaults`.