docs: add changeset files
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
32a208a548
commit
c884b9a478
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix the bundle public subpath configuration.
|
||||
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Use the default cookie endpoints added automatically when a cookie policy is set.
|
||||
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Clear the app auth cookie when the when the user sign out.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Automatically creates a get and delete cookie endpoint when a `user-cookie` policy is added.
|
||||
Reference in New Issue
Block a user