@backstage/plugin-auth-backend 0.0.0-nightly-20230326022406 → 0.0.0-nightly-20230327022126
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.
- package/CHANGELOG.md +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230327022126
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
8
8
|
- 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.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
+
- @backstage/backend-common@0.0.0-nightly-20230327022126
|
|
11
11
|
- @backstage/catalog-client@1.4.0
|
|
12
12
|
- @backstage/catalog-model@1.2.1
|
|
13
13
|
- @backstage/config@1.0.7
|
|
14
14
|
- @backstage/errors@1.1.5
|
|
15
15
|
- @backstage/types@1.0.2
|
|
16
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
16
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20230327022126
|
|
17
17
|
|
|
18
18
|
## 0.18.2-next.0
|
|
19
19
|
|
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.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20230327022126",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
35
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230327022126",
|
|
36
36
|
"@backstage/catalog-client": "^1.4.0",
|
|
37
37
|
"@backstage/catalog-model": "^1.2.1",
|
|
38
38
|
"@backstage/config": "^1.0.7",
|
|
39
39
|
"@backstage/errors": "^1.1.5",
|
|
40
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
40
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20230327022126",
|
|
41
41
|
"@backstage/types": "^1.0.2",
|
|
42
42
|
"@davidzemon/passport-okta-oauth": "^0.0.5",
|
|
43
43
|
"@google-cloud/firestore": "^6.0.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"yn": "^4.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
80
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
81
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
79
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20230327022126",
|
|
80
|
+
"@backstage/cli": "^0.0.0-nightly-20230327022126",
|
|
81
|
+
"@backstage/test-utils": "^0.0.0-nightly-20230327022126",
|
|
82
82
|
"@types/body-parser": "^1.19.0",
|
|
83
83
|
"@types/cookie-parser": "^1.4.2",
|
|
84
84
|
"@types/express-session": "^1.17.2",
|