@loopback/authentication
Advanced tools
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.2.8](https://github.com/strongloop/loopback-next/compare/@loopback/authentication@4.2.7...@loopback/authentication@4.2.8) (2020-06-23) | ||
### Bug Fixes | ||
* set node version to >=10.16 to support events.once ([e39da1c](https://github.com/strongloop/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc)) | ||
* **docs:** fix broken links ([0e63a6b](https://github.com/strongloop/loopback-next/commit/0e63a6b79b3dc727b01ff4031548b3d3aeceb544)) | ||
## [4.2.7](https://github.com/strongloop/loopback-next/compare/@loopback/authentication@4.2.6...@loopback/authentication@4.2.7) (2020-06-11) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@loopback/authentication", | ||
"version": "4.2.7", | ||
"version": "4.2.8", | ||
"description": "A LoopBack component for authentication support.", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.16" | ||
}, | ||
@@ -28,8 +28,8 @@ "scripts": { | ||
"dependencies": { | ||
"@loopback/core": "^2.8.0", | ||
"@loopback/openapi-v3": "^3.4.3", | ||
"@loopback/rest": "^5.1.1", | ||
"@loopback/security": "^0.2.12", | ||
"@loopback/core": "^2.9.0", | ||
"@loopback/openapi-v3": "^3.4.4", | ||
"@loopback/rest": "^5.1.2", | ||
"@loopback/security": "^0.2.13", | ||
"@types/express": "^4.17.6", | ||
"@types/lodash": "^4.14.155", | ||
"@types/lodash": "^4.14.156", | ||
"lodash": "^4.17.15", | ||
@@ -39,6 +39,6 @@ "tslib": "^2.0.0" | ||
"devDependencies": { | ||
"@loopback/build": "^5.4.3", | ||
"@loopback/eslint-config": "^8.0.1", | ||
"@loopback/openapi-spec-builder": "^2.1.7", | ||
"@loopback/testlab": "^3.1.7", | ||
"@loopback/build": "^6.0.0", | ||
"@loopback/eslint-config": "^8.0.2", | ||
"@loopback/openapi-spec-builder": "^2.1.8", | ||
"@loopback/testlab": "^3.1.8", | ||
"@types/node": "^10.17.26", | ||
@@ -62,3 +62,3 @@ "jsonwebtoken": "^8.5.1" | ||
}, | ||
"gitHead": "f31b7e6de5a405a015cdd774f63d699b35d943cc" | ||
"gitHead": "9ccb0b7ae75727ec9b90c5bba18885edb3f93a92" | ||
} |
@@ -51,3 +51,3 @@ # @loopback/authentication | ||
For a tutorial on how to add **JWT** authentication to an application, see | ||
[How to secure your LoopBack 4 application with JWT authentication](https://loopback.io/doc/en/lb4/Authentication-Tutorial.html). | ||
[How to secure your LoopBack 4 application with JWT authentication](https://loopback.io/doc/en/lb4/Authentication-tutorial.html). | ||
@@ -54,0 +54,0 @@ For some background on our design decisions, please read |
126965
0.36%