@backstage/plugin-auth-backend 0.19.1 → 0.19.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -12
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,19 +1,24 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.19.1
3
+ ## 0.19.2-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-backend-module-github-provider@0.1.1
9
- - @backstage/plugin-auth-node@0.3.1
10
- - @backstage/backend-plugin-api@0.6.4
11
- - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.1
12
- - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.1
13
- - @backstage/plugin-auth-backend-module-google-provider@0.1.1
14
- - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.1
15
- - @backstage/backend-common@0.19.6
16
- - @backstage/plugin-catalog-node@1.4.5
8
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.2-next.0
9
+ - @backstage/plugin-auth-node@0.3.2-next.0
10
+ - @backstage/backend-common@0.19.7-next.0
11
+ - @backstage/config@1.1.0
12
+ - @backstage/backend-plugin-api@0.6.5-next.0
13
+ - @backstage/catalog-client@1.4.4
14
+ - @backstage/catalog-model@1.4.2
15
+ - @backstage/errors@1.2.2
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.0
18
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.0
19
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.0
20
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.0
21
+ - @backstage/plugin-catalog-node@1.4.6-next.0
17
22
 
18
23
  ## 0.19.0
19
24
 
@@ -357,7 +362,7 @@
357
362
  ### Patch Changes
358
363
 
359
364
  - d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
360
- - 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
365
+ - 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
361
366
  - 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
362
367
  Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
363
368
  Learning Services, etc.). When the `/frame/handler` endpoint is called with an
@@ -443,7 +448,7 @@
443
448
  ### Patch Changes
444
449
 
445
450
  - d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
446
- - 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
451
+ - 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
447
452
  - Updated dependencies
448
453
  - @backstage/backend-common@0.18.4-next.0
449
454
  - @backstage/config@1.0.7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
3
  "description": "A Backstage backend plugin that handles authentication",
4
- "version": "0.19.1",
4
+ "version": "0.19.2-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,19 +32,19 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.19.6",
36
- "@backstage/backend-plugin-api": "^0.6.4",
35
+ "@backstage/backend-common": "^0.19.7-next.0",
36
+ "@backstage/backend-plugin-api": "^0.6.5-next.0",
37
37
  "@backstage/catalog-client": "^1.4.4",
38
38
  "@backstage/catalog-model": "^1.4.2",
39
39
  "@backstage/config": "^1.1.0",
40
40
  "@backstage/errors": "^1.2.2",
41
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.1",
42
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.1",
43
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.1",
44
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.1",
45
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.1",
46
- "@backstage/plugin-auth-node": "^0.3.1",
47
- "@backstage/plugin-catalog-node": "^1.4.5",
41
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2-next.0",
42
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.2-next.0",
43
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2-next.0",
44
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.2-next.0",
45
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2-next.0",
46
+ "@backstage/plugin-auth-node": "^0.3.2-next.0",
47
+ "@backstage/plugin-catalog-node": "^1.4.6-next.0",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "@davidzemon/passport-okta-oauth": "^0.0.5",
50
50
  "@google-cloud/firestore": "^6.0.0",
@@ -84,9 +84,9 @@
84
84
  "yn": "^4.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-defaults": "^0.2.4",
88
- "@backstage/backend-test-utils": "^0.2.5",
89
- "@backstage/cli": "^0.22.13",
87
+ "@backstage/backend-defaults": "^0.2.5-next.0",
88
+ "@backstage/backend-test-utils": "^0.2.6-next.0",
89
+ "@backstage/cli": "^0.23.0-next.0",
90
90
  "@types/body-parser": "^1.19.0",
91
91
  "@types/cookie-parser": "^1.4.2",
92
92
  "@types/express-session": "^1.17.2",