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

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 +37 -12
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,19 +1,44 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.19.1
3
+ ## 0.19.2-next.1
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-catalog-node@1.4.6-next.1
9
+ - @backstage/backend-common@0.19.7-next.1
10
+ - @backstage/backend-plugin-api@0.6.5-next.1
11
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.2-next.1
12
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.1
13
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.1
14
+ - @backstage/plugin-auth-node@0.3.2-next.1
15
+ - @backstage/config@1.1.0
16
+ - @backstage/catalog-client@1.4.4
17
+ - @backstage/catalog-model@1.4.2
18
+ - @backstage/errors@1.2.2
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.1
21
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.1
22
+
23
+ ## 0.19.2-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.2-next.0
29
+ - @backstage/plugin-auth-node@0.3.2-next.0
30
+ - @backstage/backend-common@0.19.7-next.0
31
+ - @backstage/config@1.1.0
32
+ - @backstage/backend-plugin-api@0.6.5-next.0
33
+ - @backstage/catalog-client@1.4.4
34
+ - @backstage/catalog-model@1.4.2
35
+ - @backstage/errors@1.2.2
36
+ - @backstage/types@1.1.1
37
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.0
38
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.0
39
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.0
40
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.0
41
+ - @backstage/plugin-catalog-node@1.4.6-next.0
17
42
 
18
43
  ## 0.19.0
19
44
 
@@ -357,7 +382,7 @@
357
382
  ### Patch Changes
358
383
 
359
384
  - 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.
385
+ - 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
386
  - 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
362
387
  Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
363
388
  Learning Services, etc.). When the `/frame/handler` endpoint is called with an
@@ -443,7 +468,7 @@
443
468
  ### Patch Changes
444
469
 
445
470
  - 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.
471
+ - 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
472
  - Updated dependencies
448
473
  - @backstage/backend-common@0.18.4-next.0
449
474
  - @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.1",
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.1",
36
+ "@backstage/backend-plugin-api": "^0.6.5-next.1",
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.1",
42
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.2-next.1",
43
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2-next.1",
44
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.2-next.1",
45
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2-next.1",
46
+ "@backstage/plugin-auth-node": "^0.3.2-next.1",
47
+ "@backstage/plugin-catalog-node": "^1.4.6-next.1",
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.1",
88
+ "@backstage/backend-test-utils": "^0.2.6-next.1",
89
+ "@backstage/cli": "^0.23.0-next.1",
90
90
  "@types/body-parser": "^1.19.0",
91
91
  "@types/cookie-parser": "^1.4.2",
92
92
  "@types/express-session": "^1.17.2",