@backstage/plugin-auth-backend 0.13.0 → 0.13.1-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/dist/index.d.ts CHANGED
@@ -1349,6 +1349,7 @@ declare const providers: Readonly<{
1349
1349
  } | undefined) => AuthProviderFactory;
1350
1350
  resolvers: Readonly<{
1351
1351
  emailLocalPartMatchingUserEntityName: () => SignInResolver<unknown>;
1352
+ emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
1352
1353
  emailMatchingUserEntityAnnotation(): SignInResolver<OAuthResult>;
1353
1354
  }>;
1354
1355
  }>;
@@ -1360,6 +1361,8 @@ declare const providers: Readonly<{
1360
1361
  } | undefined;
1361
1362
  } | undefined) => AuthProviderFactory;
1362
1363
  resolvers: Readonly<{
1364
+ emailLocalPartMatchingUserEntityName: () => SignInResolver<unknown>;
1365
+ emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
1363
1366
  emailMatchingUserEntityAnnotation(): SignInResolver<OAuthResult>;
1364
1367
  }>;
1365
1368
  }>;
@@ -1398,6 +1401,8 @@ declare const providers: Readonly<{
1398
1401
  } | undefined;
1399
1402
  } | undefined) => AuthProviderFactory;
1400
1403
  resolvers: Readonly<{
1404
+ emailLocalPartMatchingUserEntityName: () => SignInResolver<unknown>;
1405
+ emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
1401
1406
  emailMatchingUserEntityAnnotation(): SignInResolver<OAuthResult>;
1402
1407
  }>;
1403
1408
  }>;
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.13.0",
4
+ "version": "0.13.1-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.13.2",
36
+ "@backstage/backend-common": "^0.13.3-next.0",
37
37
  "@backstage/catalog-client": "^1.0.1",
38
38
  "@backstage/catalog-model": "^1.0.1",
39
39
  "@backstage/config": "^1.0.0",
40
40
  "@backstage/errors": "^1.0.0",
41
- "@backstage/plugin-auth-node": "^0.2.0",
41
+ "@backstage/plugin-auth-node": "^0.2.1-next.0",
42
42
  "@backstage/types": "^1.0.0",
43
43
  "@google-cloud/firestore": "^5.0.2",
44
44
  "@types/express": "^4.17.6",
@@ -49,9 +49,9 @@
49
49
  "express": "^4.17.1",
50
50
  "express-promise-router": "^4.1.0",
51
51
  "express-session": "^1.17.1",
52
- "fs-extra": "10.0.1",
52
+ "fs-extra": "10.1.0",
53
53
  "google-auth-library": "^7.6.1",
54
- "jose": "^1.27.1",
54
+ "jose": "^4.6.0",
55
55
  "jwt-decode": "^3.1.0",
56
56
  "knex": "^1.0.2",
57
57
  "lodash": "^4.17.21",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.1.23",
80
- "@backstage/cli": "^0.17.0",
79
+ "@backstage/backend-test-utils": "^0.1.24-next.0",
80
+ "@backstage/cli": "^0.17.1-next.0",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",
@@ -97,5 +97,5 @@
97
97
  "config.d.ts"
98
98
  ],
99
99
  "configSchema": "config.d.ts",
100
- "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
100
+ "gitHead": "88ee375f5ee44b7a7917297785ddf88691fe3381"
101
101
  }