Merge pull request #23242 from backstage/rugvip/auth-limited

backend-{plugin,app}-api: updates for new cookie auth design
This commit is contained in:
Patrik Oldsberg
2024-02-27 14:27:03 +01:00
committed by GitHub
19 changed files with 744 additions and 152 deletions
@@ -236,7 +236,7 @@ describe('resourcesRoutes', () => {
.expect(401, {
error: {
name: 'AuthenticationError',
message: '',
message: 'Missing credentials',
},
request: {
method: 'POST',
@@ -508,7 +508,7 @@ describe('resourcesRoutes', () => {
.expect(401, {
error: {
name: 'AuthenticationError',
message: '',
message: 'Missing credentials',
},
request: {
method: 'POST',