changesets: updated and added changesets for app auth

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-09 13:48:26 +02:00
parent 1bfaadb73e
commit 4fecffc7ee
3 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
'@backstage/core-app-api': patch
'@backstage/frontend-app-api': patch
---
Clear the app auth cookie after a sign out.
The app is now aware of if it is being served from the `app-backend` with a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
When building the frontend app public assets are now also copied to the public dist directory when in use.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
The credentials passed to the `issueUserCookie` method of the `HttpAuthService` are no longer required to represent a user principal.