@backstage/plugin-auth-backend 0.18.4-next.3 → 0.18.5-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 +27 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.18.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/errors@1.2.1-next.0
|
|
9
|
+
- @backstage/backend-common@0.19.1-next.0
|
|
10
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
11
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
12
|
+
- @backstage/config@1.0.8
|
|
13
|
+
- @backstage/types@1.1.0
|
|
14
|
+
- @backstage/plugin-auth-node@0.2.16-next.0
|
|
15
|
+
|
|
16
|
+
## 0.18.4
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- d0f5b0c886c2: Set the expiration time of oidc `idToken` to be less than backstage session expiration time.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/backend-common@0.19.0
|
|
23
|
+
- @backstage/catalog-client@1.4.2
|
|
24
|
+
- @backstage/types@1.1.0
|
|
25
|
+
- @backstage/catalog-model@1.4.0
|
|
26
|
+
- @backstage/errors@1.2.0
|
|
27
|
+
- @backstage/plugin-auth-node@0.2.15
|
|
28
|
+
- @backstage/config@1.0.8
|
|
29
|
+
|
|
3
30
|
## 0.18.4-next.3
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
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.18.
|
|
4
|
+
"version": "0.18.5-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.19.
|
|
36
|
-
"@backstage/catalog-client": "^1.4.
|
|
37
|
-
"@backstage/catalog-model": "^1.4.
|
|
38
|
-
"@backstage/config": "^1.0.
|
|
39
|
-
"@backstage/errors": "^1.2.
|
|
40
|
-
"@backstage/plugin-auth-node": "^0.2.
|
|
41
|
-
"@backstage/types": "^1.0
|
|
35
|
+
"@backstage/backend-common": "^0.19.1-next.0",
|
|
36
|
+
"@backstage/catalog-client": "^1.4.3-next.0",
|
|
37
|
+
"@backstage/catalog-model": "^1.4.1-next.0",
|
|
38
|
+
"@backstage/config": "^1.0.8",
|
|
39
|
+
"@backstage/errors": "^1.2.1-next.0",
|
|
40
|
+
"@backstage/plugin-auth-node": "^0.2.16-next.0",
|
|
41
|
+
"@backstage/types": "^1.1.0",
|
|
42
42
|
"@davidzemon/passport-okta-oauth": "^0.0.5",
|
|
43
43
|
"@google-cloud/firestore": "^6.0.0",
|
|
44
44
|
"@types/express": "^4.17.6",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"yn": "^4.0.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/backend-test-utils": "^0.1.
|
|
81
|
-
"@backstage/cli": "^0.22.
|
|
80
|
+
"@backstage/backend-test-utils": "^0.1.39-next.0",
|
|
81
|
+
"@backstage/cli": "^0.22.9-next.0",
|
|
82
82
|
"@types/body-parser": "^1.19.0",
|
|
83
83
|
"@types/cookie-parser": "^1.4.2",
|
|
84
84
|
"@types/express-session": "^1.17.2",
|