@backstage/plugin-auth-backend 0.20.2 → 0.20.3-next.0
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 +19 -15
- package/package.json +17 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.20.
|
|
3
|
+
## 0.20.3-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 004499c: Fixed an issue where some Okta's resolvers were missing
|
|
8
|
+
- 4016f21: Remove some unused dependencies
|
|
8
9
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/plugin-auth-backend-module-
|
|
12
|
-
- @backstage/plugin-auth-backend-module-
|
|
13
|
-
- @backstage/plugin-auth-backend-module-
|
|
14
|
-
- @backstage/plugin-auth-backend-module-
|
|
15
|
-
- @backstage/plugin-auth-backend-module-
|
|
16
|
-
- @backstage/plugin-auth-
|
|
17
|
-
- @backstage/plugin-
|
|
18
|
-
- @backstage/backend-
|
|
19
|
-
- @backstage/plugin-
|
|
20
|
-
- @backstage/
|
|
21
|
-
- @backstage/
|
|
10
|
+
- @backstage/backend-common@0.20.1-next.0
|
|
11
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
12
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.1-next.0
|
|
13
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.1-next.0
|
|
14
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.3-next.0
|
|
15
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.6-next.0
|
|
16
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.6-next.0
|
|
17
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.6-next.0
|
|
18
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.6-next.0
|
|
19
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.2-next.0
|
|
20
|
+
- @backstage/plugin-catalog-node@1.6.1-next.0
|
|
21
|
+
- @backstage/backend-plugin-api@0.6.9-next.0
|
|
22
|
+
- @backstage/catalog-model@1.4.3
|
|
23
|
+
- @backstage/config@1.1.1
|
|
24
|
+
- @backstage/errors@1.2.3
|
|
25
|
+
- @backstage/plugin-auth-node@0.4.3-next.0
|
|
22
26
|
|
|
23
27
|
## 0.20.1
|
|
24
28
|
|
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.20.
|
|
4
|
+
"version": "0.20.3-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,23 +32,22 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.20.0",
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
37
|
-
"@backstage/catalog-client": "^1.5.
|
|
35
|
+
"@backstage/backend-common": "^0.20.1-next.0",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.9-next.0",
|
|
37
|
+
"@backstage/catalog-client": "^1.5.2-next.0",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.3",
|
|
39
39
|
"@backstage/config": "^1.1.1",
|
|
40
40
|
"@backstage/errors": "^1.2.3",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.0",
|
|
42
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.
|
|
43
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.
|
|
44
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.
|
|
45
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.
|
|
46
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.
|
|
47
|
-
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.0",
|
|
48
|
-
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.
|
|
49
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
50
|
-
"@backstage/plugin-catalog-node": "^1.6.0",
|
|
51
|
-
"@backstage/types": "^1.1.1",
|
|
41
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.1-next.0",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.3-next.0",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.6-next.0",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.6-next.0",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.6-next.0",
|
|
46
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.6-next.0",
|
|
47
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.1-next.0",
|
|
48
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.2-next.0",
|
|
49
|
+
"@backstage/plugin-auth-node": "^0.4.3-next.0",
|
|
50
|
+
"@backstage/plugin-catalog-node": "^1.6.1-next.0",
|
|
52
51
|
"@google-cloud/firestore": "^7.0.0",
|
|
53
52
|
"@types/express": "^4.17.6",
|
|
54
53
|
"@types/passport": "^1.0.3",
|
|
@@ -86,9 +85,9 @@
|
|
|
86
85
|
"yn": "^4.0.0"
|
|
87
86
|
},
|
|
88
87
|
"devDependencies": {
|
|
89
|
-
"@backstage/backend-defaults": "^0.2.
|
|
90
|
-
"@backstage/backend-test-utils": "^0.2.
|
|
91
|
-
"@backstage/cli": "^0.25.0",
|
|
88
|
+
"@backstage/backend-defaults": "^0.2.9-next.0",
|
|
89
|
+
"@backstage/backend-test-utils": "^0.2.10-next.0",
|
|
90
|
+
"@backstage/cli": "^0.25.1-next.0",
|
|
92
91
|
"@types/body-parser": "^1.19.0",
|
|
93
92
|
"@types/cookie-parser": "^1.4.2",
|
|
94
93
|
"@types/express-session": "^1.17.2",
|