@backstage/plugin-auth-backend 0.24.3-next.0 → 0.24.3-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.
- package/CHANGELOG.md +31 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.24.3-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-node@1.16.0-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.2.0-next.0
|
|
10
|
+
- @backstage/catalog-client@1.9.1
|
|
11
|
+
- @backstage/catalog-model@1.7.3
|
|
12
|
+
- @backstage/config@1.3.2
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
- @backstage/types@1.2.1
|
|
15
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.5-next.0
|
|
16
|
+
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.5-next.0
|
|
17
|
+
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.3-next.1
|
|
18
|
+
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.5-next.0
|
|
19
|
+
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.5-next.0
|
|
20
|
+
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.5-next.0
|
|
21
|
+
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.5-next.0
|
|
22
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.5-next.0
|
|
23
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.2.5-next.0
|
|
24
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.5-next.0
|
|
25
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.2.5-next.0
|
|
26
|
+
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.5-next.0
|
|
27
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.5-next.0
|
|
28
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.5-next.0
|
|
29
|
+
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.5-next.1
|
|
30
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.1.5-next.0
|
|
31
|
+
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.5-next.0
|
|
32
|
+
- @backstage/plugin-auth-node@0.5.7-next.0
|
|
33
|
+
|
|
3
34
|
## 0.24.3-next.0
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
|
-
"version": "0.24.3-next.
|
|
3
|
+
"version": "0.24.3-next.1",
|
|
4
4
|
"description": "A Backstage backend plugin that handles authentication",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@backstage/errors": "1.2.7",
|
|
52
52
|
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.5-next.0",
|
|
53
53
|
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.5-next.0",
|
|
54
|
-
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.3-next.
|
|
54
|
+
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.3-next.1",
|
|
55
55
|
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.5-next.0",
|
|
56
56
|
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.5-next.0",
|
|
57
57
|
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.5-next.0",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.5-next.0",
|
|
64
64
|
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.5-next.0",
|
|
65
65
|
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.5-next.0",
|
|
66
|
-
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.5-next.
|
|
66
|
+
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.5-next.1",
|
|
67
67
|
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.5-next.0",
|
|
68
68
|
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.5-next.0",
|
|
69
69
|
"@backstage/plugin-auth-node": "0.5.7-next.0",
|
|
70
|
-
"@backstage/plugin-catalog-node": "1.
|
|
70
|
+
"@backstage/plugin-catalog-node": "1.16.0-next.1",
|
|
71
71
|
"@backstage/types": "1.2.1",
|
|
72
72
|
"@google-cloud/firestore": "^7.0.0",
|
|
73
73
|
"@node-saml/passport-saml": "^5.0.0",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"yn": "^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/backend-defaults": "0.8.0-next.
|
|
106
|
-
"@backstage/backend-test-utils": "1.3.0-next.
|
|
107
|
-
"@backstage/cli": "0.30.0-next.
|
|
105
|
+
"@backstage/backend-defaults": "0.8.0-next.1",
|
|
106
|
+
"@backstage/backend-test-utils": "1.3.0-next.1",
|
|
107
|
+
"@backstage/cli": "0.30.0-next.1",
|
|
108
108
|
"@types/body-parser": "^1.19.0",
|
|
109
109
|
"@types/cookie-parser": "^1.4.2",
|
|
110
110
|
"@types/express-session": "^1.17.2",
|