@backstage/plugin-auth-backend 0.0.0-nightly-20230826020825 → 0.0.0-nightly-20230827021131
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 +9 -9
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230827021131
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
- 7944d43f4790: The algorithm used when generating Backstage tokens can be configured via `auth.identityTokenAlgorithm`.
|
|
12
12
|
- 0fa3a43d87c6: Replace `passport-saml` with `@node-saml/passport-saml` (since 4.0.0).
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.0.0-nightly-
|
|
15
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
16
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
17
|
-
- @backstage/plugin-auth-backend-module-gitlab-provider@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-auth-backend-module-google-provider@0.0.0-nightly-
|
|
19
|
-
- @backstage/plugin-auth-backend-module-github-provider@0.0.0-nightly-
|
|
20
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
14
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.0.0-nightly-20230827021131
|
|
15
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20230827021131
|
|
16
|
+
- @backstage/backend-common@0.0.0-nightly-20230827021131
|
|
17
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.0.0-nightly-20230827021131
|
|
18
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.0.0-nightly-20230827021131
|
|
19
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.0.0-nightly-20230827021131
|
|
20
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20230827021131
|
|
21
21
|
- @backstage/catalog-client@1.4.3
|
|
22
22
|
- @backstage/catalog-model@1.4.1
|
|
23
23
|
- @backstage/config@1.0.8
|
|
24
24
|
- @backstage/errors@1.2.1
|
|
25
25
|
- @backstage/types@1.1.0
|
|
26
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
26
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20230827021131
|
|
27
27
|
|
|
28
28
|
## 0.18.8-next.0
|
|
29
29
|
|
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-20230827021131",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
35
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230827021131",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20230827021131",
|
|
37
37
|
"@backstage/catalog-client": "^1.4.3",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.1",
|
|
39
39
|
"@backstage/config": "^1.0.8",
|
|
40
40
|
"@backstage/errors": "^1.2.1",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.0.0-nightly-
|
|
45
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
46
|
-
"@backstage/plugin-catalog-node": "^0.0.0-nightly-
|
|
41
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.0.0-nightly-20230827021131",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.0.0-nightly-20230827021131",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.0.0-nightly-20230827021131",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.0.0-nightly-20230827021131",
|
|
45
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20230827021131",
|
|
46
|
+
"@backstage/plugin-catalog-node": "^0.0.0-nightly-20230827021131",
|
|
47
47
|
"@backstage/types": "^1.1.0",
|
|
48
48
|
"@davidzemon/passport-okta-oauth": "^0.0.5",
|
|
49
49
|
"@google-cloud/firestore": "^6.0.0",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"yn": "^4.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/backend-defaults": "^0.0.0-nightly-
|
|
87
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
88
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
86
|
+
"@backstage/backend-defaults": "^0.0.0-nightly-20230827021131",
|
|
87
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20230827021131",
|
|
88
|
+
"@backstage/cli": "^0.0.0-nightly-20230827021131",
|
|
89
89
|
"@types/body-parser": "^1.19.0",
|
|
90
90
|
"@types/cookie-parser": "^1.4.2",
|
|
91
91
|
"@types/express-session": "^1.17.2",
|