add changesets

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
Aramis
2024-01-27 16:10:36 -05:00
committed by aramissennyeydd
parent 08b7c8a594
commit 1bedb23da0
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-guest-provider': patch
---
Adds a new guest provider that maps guest users to actual tokens.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/core-plugin-api': minor
'@backstage/app-defaults': minor
'@backstage/core-app-api': minor
'@backstage/plugin-auth-backend': minor
---
Adds in support for the new guest provider added by `@backstage/plugin-auth-backend-module-guest-provider`.