@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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +27 -27
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/
|
|
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
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,
|
|
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": "
|
|
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/
|
|
17
|
+
"url": "https://github.com/loopbackio/loopback-next.git",
|
|
18
18
|
"directory": "extensions/authentication-passport"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": "
|
|
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": "^
|
|
44
|
-
"@loopback/core": "^
|
|
45
|
-
"@loopback/rest": "^
|
|
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.
|
|
49
|
-
"passport": "^0.
|
|
50
|
-
"tslib": "^2.
|
|
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": "^
|
|
55
|
-
"@loopback/build": "^
|
|
56
|
-
"@loopback/core": "^
|
|
57
|
-
"@loopback/eslint-config": "^
|
|
58
|
-
"@loopback/mock-oauth2-provider": "^0.
|
|
59
|
-
"@loopback/openapi-spec-builder": "^
|
|
60
|
-
"@loopback/rest": "^
|
|
61
|
-
"@loopback/testlab": "^
|
|
62
|
-
"@types/jsonwebtoken": "^8.5.
|
|
63
|
-
"@types/lodash": "^4.14.
|
|
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.
|
|
66
|
-
"@types/passport-http": "^0.3.
|
|
67
|
-
"@types/passport-oauth2": "^1.4.
|
|
68
|
-
"@types/qs": "^6.9.
|
|
69
|
-
"axios": "^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.
|
|
76
|
+
"passport-oauth2": "^1.6.1",
|
|
77
77
|
"qs": "^6.10.1",
|
|
78
|
-
"supertest": "^6.1.
|
|
78
|
+
"supertest": "^6.1.6"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8"
|
|
81
81
|
}
|