@backstage/plugin-auth-backend 0.22.6-next.2 → 0.22.6-next.3
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 +32 -0
- package/dist/index.cjs.js +5 -113
- package/dist/index.cjs.js.map +1 -1
- package/package.json +30 -23
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
|
-
"version": "0.22.6-next.
|
|
3
|
+
"version": "0.22.6-next.3",
|
|
4
4
|
"description": "A Backstage backend plugin that handles authentication",
|
|
5
5
|
"backstage": {
|
|
6
|
-
"role": "backend-plugin"
|
|
6
|
+
"role": "backend-plugin",
|
|
7
|
+
"pluginId": "auth",
|
|
8
|
+
"pluginPackages": [
|
|
9
|
+
"@backstage/plugin-auth-backend",
|
|
10
|
+
"@backstage/plugin-auth-node",
|
|
11
|
+
"@backstage/plugin-auth-react"
|
|
12
|
+
]
|
|
7
13
|
},
|
|
8
14
|
"publishConfig": {
|
|
9
15
|
"access": "public",
|
|
@@ -37,28 +43,29 @@
|
|
|
37
43
|
"test": "backstage-cli package test"
|
|
38
44
|
},
|
|
39
45
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-common": "^0.23.0-next.
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.6.19-next.
|
|
46
|
+
"@backstage/backend-common": "^0.23.0-next.3",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.6.19-next.3",
|
|
42
48
|
"@backstage/catalog-client": "^1.6.5",
|
|
43
49
|
"@backstage/catalog-model": "^1.5.0",
|
|
44
50
|
"@backstage/config": "^1.2.0",
|
|
45
51
|
"@backstage/errors": "^1.2.4",
|
|
46
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.
|
|
47
|
-
"@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.11-next.
|
|
48
|
-
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.1.2-next.
|
|
49
|
-
"@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.1.2-next.
|
|
50
|
-
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.1.2-next.
|
|
51
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.14-next.
|
|
52
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.16-next.
|
|
53
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.16-next.
|
|
54
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.16-next.
|
|
55
|
-
"@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.14-next.
|
|
56
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.
|
|
57
|
-
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.12-next.
|
|
58
|
-
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.
|
|
59
|
-
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.12-next.
|
|
60
|
-
"@backstage/plugin-auth-
|
|
61
|
-
"@backstage/plugin-
|
|
52
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.2.0-next.2",
|
|
53
|
+
"@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.11-next.3",
|
|
54
|
+
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.1.2-next.2",
|
|
55
|
+
"@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.1.2-next.2",
|
|
56
|
+
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.1.2-next.3",
|
|
57
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.14-next.2",
|
|
58
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.16-next.2",
|
|
59
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.16-next.2",
|
|
60
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.16-next.2",
|
|
61
|
+
"@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.14-next.2",
|
|
62
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.2.0-next.2",
|
|
63
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.12-next.2",
|
|
64
|
+
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.2.0-next.3",
|
|
65
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.12-next.2",
|
|
66
|
+
"@backstage/plugin-auth-backend-module-onelogin-provider": "^0.1.0-next.0",
|
|
67
|
+
"@backstage/plugin-auth-node": "^0.4.14-next.3",
|
|
68
|
+
"@backstage/plugin-catalog-node": "^1.12.1-next.2",
|
|
62
69
|
"@backstage/types": "^1.1.1",
|
|
63
70
|
"@google-cloud/firestore": "^7.0.0",
|
|
64
71
|
"@node-saml/passport-saml": "^4.0.4",
|
|
@@ -94,9 +101,9 @@
|
|
|
94
101
|
"yn": "^4.0.0"
|
|
95
102
|
},
|
|
96
103
|
"devDependencies": {
|
|
97
|
-
"@backstage/backend-defaults": "^0.3.0-next.
|
|
98
|
-
"@backstage/backend-test-utils": "^0.4.0-next.
|
|
99
|
-
"@backstage/cli": "^0.26.7-next.
|
|
104
|
+
"@backstage/backend-defaults": "^0.3.0-next.3",
|
|
105
|
+
"@backstage/backend-test-utils": "^0.4.0-next.3",
|
|
106
|
+
"@backstage/cli": "^0.26.7-next.3",
|
|
100
107
|
"@types/body-parser": "^1.19.0",
|
|
101
108
|
"@types/cookie-parser": "^1.4.2",
|
|
102
109
|
"@types/express-session": "^1.17.2",
|