docs: add changeset files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-03-22 13:43:03 +01:00
committed by Patrik Oldsberg
parent 32a208a548
commit c884b9a478
8 changed files with 42 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix the bundle public subpath configuration.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-react': patch
---
Update the default cookie base path and create a experimental redirect to root and protected app components, the components should be used only when the public entry is enabled.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Use the default cookie endpoints added automatically when a cookie policy is set.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-node': patch
---
Create an auth cookie middleware utility to be used by plugins setting a `user-cookie` policy. The middleware adds well known endpoints to issue and delete user cookies.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Clear the app auth cookie when the when the user sign out.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-test-utils': patch
'@backstage/backend-common': patch
---
Add a `removeUserCookie` to the http auth service interface.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': patch
---
Track assets namespace in the cache store, implement a cookie authentication for when the public entry is enabled and used with the new auth services.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Automatically creates a get and delete cookie endpoint when a `user-cookie` policy is added.