@backstage/plugin-auth-backend 0.0.0-nightly-20250514023859 → 0.0.0-nightly-20250516024107

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 +4 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20250514023859
3
+ ## 0.0.0-nightly-20250516024107
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -41,9 +41,9 @@
41
41
  - ab53e6f: Added support for the new `dangerousEntityRefFallback` option for `signInWithCatalogUser` in `AuthResolverContext`.
42
42
  - b128ed9: The `static` key store now issues tokens with the same structure as other key stores. Tokens now include the `typ` field in the header and the `uip` (user identity proof) in the payload.
43
43
  - Updated dependencies
44
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250514023859
45
- - @backstage/plugin-auth-node@0.0.0-nightly-20250514023859
46
- - @backstage/backend-plugin-api@0.0.0-nightly-20250514023859
44
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250516024107
45
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250516024107
46
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250516024107
47
47
  - @backstage/config@1.3.2
48
48
  - @backstage/catalog-model@1.7.3
49
49
  - @backstage/errors@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.0.0-nightly-20250514023859",
3
+ "version": "0.0.0-nightly-20250516024107",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -46,12 +46,12 @@
46
46
  "test": "backstage-cli package test"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250514023859",
49
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250516024107",
50
50
  "@backstage/catalog-model": "1.7.3",
51
51
  "@backstage/config": "1.3.2",
52
52
  "@backstage/errors": "1.2.7",
53
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250514023859",
54
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250514023859",
53
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250516024107",
54
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250516024107",
55
55
  "@backstage/types": "1.2.1",
56
56
  "@google-cloud/firestore": "^7.0.0",
57
57
  "connect-session-knex": "^4.0.0",
@@ -68,11 +68,11 @@
68
68
  "uuid": "^11.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-defaults": "0.0.0-nightly-20250514023859",
72
- "@backstage/backend-test-utils": "0.0.0-nightly-20250514023859",
73
- "@backstage/cli": "0.0.0-nightly-20250514023859",
74
- "@backstage/plugin-auth-backend-module-google-provider": "0.0.0-nightly-20250514023859",
75
- "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20250514023859",
71
+ "@backstage/backend-defaults": "0.0.0-nightly-20250516024107",
72
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250516024107",
73
+ "@backstage/cli": "0.0.0-nightly-20250516024107",
74
+ "@backstage/plugin-auth-backend-module-google-provider": "0.0.0-nightly-20250516024107",
75
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20250516024107",
76
76
  "@types/cookie-parser": "^1.4.2",
77
77
  "@types/express": "^4.17.6",
78
78
  "@types/express-session": "^1.17.2",