@backstage/plugin-auth-backend-module-gcp-iap-provider 0.4.0-next.2 → 0.4.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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 61f464e: Added `auth.providers.<providerId>.sessionDuration` config for auth providers to allow the lifespan of user sessions to be configured.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/backend-plugin-api@1.2.0
|
|
13
|
+
- @backstage/plugin-auth-node@0.6.0
|
|
14
|
+
- @backstage/errors@1.2.7
|
|
15
|
+
- @backstage/types@1.2.1
|
|
16
|
+
|
|
3
17
|
## 0.4.0-next.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"test": "backstage-cli package test"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@backstage/backend-plugin-api": "1.2.0
|
|
45
|
-
"@backstage/errors": "1.2.7",
|
|
46
|
-
"@backstage/plugin-auth-node": "0.6.0
|
|
47
|
-
"@backstage/types": "1.2.1",
|
|
44
|
+
"@backstage/backend-plugin-api": "^1.2.0",
|
|
45
|
+
"@backstage/errors": "^1.2.7",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.6.0",
|
|
47
|
+
"@backstage/types": "^1.2.1",
|
|
48
48
|
"google-auth-library": "^9.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/backend-test-utils": "1.3.0
|
|
52
|
-
"@backstage/cli": "0.30.0
|
|
51
|
+
"@backstage/backend-test-utils": "^1.3.0",
|
|
52
|
+
"@backstage/cli": "^0.30.0",
|
|
53
53
|
"express": "^4.18.2"
|
|
54
54
|
},
|
|
55
55
|
"configSchema": "config.d.ts",
|