@loopback/authentication-passport 3.2.1 → 4.0.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/README.md CHANGED
@@ -12,7 +12,7 @@ adapter module is created for plugging in
12
12
  authentication system in `@loopback/authentication@3.x`.
13
13
 
14
14
  If you would like to try with an example,
15
- [`@loopback/example-passport-login`](https://github.com/strongloop/loopback-next/tree/master/examples/passport-login)
15
+ [`@loopback/example-passport-login`](https://github.com/loopbackio/loopback-next/tree/master/examples/passport-login)
16
16
  uses this module to authenticate APIs with several OAuth 2.0 passport strategies
17
17
  like Facebook, Google.
18
18
 
package/dist/index.js CHANGED
@@ -22,5 +22,5 @@ const tslib_1 = require("tslib");
22
22
  *
23
23
  * @packageDocumentation
24
24
  */
25
- tslib_1.__exportStar(require("./strategy-adapter"), exports);
25
+ (0, tslib_1.__exportStar)(require("./strategy-adapter"), exports);
26
26
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,iDAAiD;AACjD,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;;;;;;;GAgBG;AAEH,6DAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,iDAAiD;AACjD,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;;;;;;;GAgBG;AAEH,kEAAmC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/authentication-passport",
3
3
  "description": "A package creating adapters between the passport module and @loopback/authentication",
4
- "version": "3.2.1",
4
+ "version": "4.0.0",
5
5
  "keywords": [
6
6
  "Passport",
7
7
  "Authentication",
@@ -14,11 +14,11 @@
14
14
  "copyright.owner": "IBM Corp.",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/strongloop/loopback-next.git",
17
+ "url": "https://github.com/loopbackio/loopback-next.git",
18
18
  "directory": "extensions/authentication-passport"
19
19
  },
20
20
  "engines": {
21
- "node": "^10.16 || 12 || 14 || 16"
21
+ "node": "12 || 14 || 16 || 17"
22
22
  },
23
23
  "scripts": {
24
24
  "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
@@ -40,42 +40,42 @@
40
40
  "!*/__tests__"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@loopback/authentication": "^7.3.1",
44
- "@loopback/core": "^2.16.1",
45
- "@loopback/rest": "^9.3.1"
43
+ "@loopback/authentication": "^8.0.0",
44
+ "@loopback/core": "^3.0.0",
45
+ "@loopback/rest": "^11.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@loopback/security": "^0.5.1",
49
- "passport": "^0.4.1",
50
- "tslib": "^2.2.0",
48
+ "@loopback/security": "^0.6.0",
49
+ "passport": "^0.5.0",
50
+ "tslib": "^2.3.1",
51
51
  "util-promisifyall": "^1.0.6"
52
52
  },
53
53
  "devDependencies": {
54
- "@loopback/authentication": "^7.3.1",
55
- "@loopback/build": "^6.4.1",
56
- "@loopback/core": "^2.16.1",
57
- "@loopback/eslint-config": "^10.2.1",
58
- "@loopback/mock-oauth2-provider": "^0.3.1",
59
- "@loopback/openapi-spec-builder": "^3.2.1",
60
- "@loopback/rest": "^9.3.1",
61
- "@loopback/testlab": "^3.4.1",
62
- "@types/jsonwebtoken": "^8.5.1",
63
- "@types/lodash": "^4.14.170",
54
+ "@loopback/authentication": "^8.0.0",
55
+ "@loopback/build": "^8.0.0",
56
+ "@loopback/core": "^3.0.0",
57
+ "@loopback/eslint-config": "^12.0.0",
58
+ "@loopback/mock-oauth2-provider": "^0.4.0",
59
+ "@loopback/openapi-spec-builder": "^4.0.0",
60
+ "@loopback/rest": "^11.0.0",
61
+ "@loopback/testlab": "^4.0.0",
62
+ "@types/jsonwebtoken": "^8.5.5",
63
+ "@types/lodash": "^4.14.176",
64
64
  "@types/node": "^10.17.60",
65
- "@types/passport": "^1.0.6",
66
- "@types/passport-http": "^0.3.8",
67
- "@types/passport-oauth2": "^1.4.10",
68
- "@types/qs": "^6.9.6",
69
- "axios": "^0.21.0",
65
+ "@types/passport": "^1.0.7",
66
+ "@types/passport-http": "^0.3.9",
67
+ "@types/passport-oauth2": "^1.4.11",
68
+ "@types/qs": "^6.9.7",
69
+ "axios": "^0.24.0",
70
70
  "body-parser": "^1.19.0",
71
71
  "express": "^4.17.1",
72
72
  "form-data": "^4.0.0",
73
73
  "jsonwebtoken": "^8.5.1",
74
74
  "lodash": "^4.17.21",
75
75
  "passport-http": "^0.3.0",
76
- "passport-oauth2": "^1.5.0",
76
+ "passport-oauth2": "^1.6.1",
77
77
  "qs": "^6.10.1",
78
- "supertest": "^6.1.3"
78
+ "supertest": "^6.1.6"
79
79
  },
80
- "gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
80
+ "gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8"
81
81
  }