@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250204022831 → 0.0.0-nightly-20250206023121

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -4
  2. package/package.json +11 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250204022831
3
+ ## 0.0.0-nightly-20250206023121
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@0.0.0-nightly-20250206023121
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250206023121
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250206023121
16
+
17
+ ## 0.4.0-next.2
18
+
19
+ ### Minor Changes
20
+
21
+ - 61f464e: Added `auth.providers.<providerId>.sessionDuration` config for auth providers to allow the lifespan of user sessions to be configured.
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20250204022831
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250204022831
26
+ - @backstage/backend-plugin-api@1.2.0-next.1
27
+ - @backstage/plugin-auth-node@0.6.0-next.1
10
28
  - @backstage/errors@1.2.7
11
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250204022831
29
+ - @backstage/plugin-auth-backend@0.24.3-next.2
12
30
 
13
31
  ## 0.3.3-next.1
14
32
 
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
3
- "version": "0.0.0-nightly-20250204022831",
3
+ "version": "0.0.0-nightly-20250206023121",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
7
7
  "pluginId": "auth",
8
- "pluginPackage": "@backstage/plugin-auth-backend"
8
+ "pluginPackage": "@backstage/plugin-auth-backend",
9
+ "features": {
10
+ ".": "@backstage/BackendFeature"
11
+ }
9
12
  },
10
13
  "publishConfig": {
11
14
  "access": "public",
@@ -37,17 +40,18 @@
37
40
  "test": "backstage-cli package test"
38
41
  },
39
42
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250204022831",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250206023121",
41
44
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250204022831",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250204022831",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250206023121",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250206023121",
44
47
  "jose": "^5.0.0",
45
48
  "node-cache": "^5.1.2"
46
49
  },
47
50
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250204022831",
49
- "@backstage/cli": "0.0.0-nightly-20250204022831",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250206023121",
52
+ "@backstage/cli": "0.0.0-nightly-20250206023121",
50
53
  "@backstage/config": "1.3.2",
54
+ "@backstage/types": "1.2.1",
51
55
  "express": "^4.18.2",
52
56
  "msw": "^2.0.8"
53
57
  },