hapi-auth-jwt2
Advanced tools
Comparing version 5.0.6 to 5.0.7
{ | ||
"name": "hapi-auth-jwt2", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"aguid": "^1.0.3", | ||
"hapi": "^9.3.0", | ||
"hapi": "^10.0.0", | ||
"codeclimate-test-reporter": "^0.1.0", | ||
@@ -50,3 +50,3 @@ "istanbul": "^0.3.19", | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=4.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "scripts": { |
@@ -9,3 +9,3 @@ # Hapi Auth with JSON Web Tokens (JWT) | ||
[](https://codeclimate.com/github/dwyl/hapi-auth-jwt2) | ||
[](http://hapijs.com) | ||
[](http://hapijs.com) | ||
[](http://nodejs.org/download/) | ||
@@ -307,6 +307,12 @@ [](https://www.npmjs.com/package/hapi-auth-jwt2) | ||
`hapi-auth-jwt2` is compatible with *both* Hapi `9.x.x` and `8.x.x` however we | ||
*recommend* using the [*latest version*](https://github.com/hapijs/hapi/) of Hapi for security/performance updates. | ||
`hapi-auth-jwt2` is compatible with Hapi.js versions `10.x.x` `9.x.x` and `8.x.x` as there was no change to how the Hapi plugin system works | ||
for the past two versions. | ||
See the release notes for more details: | ||
+ Hapi Version 10: https://github.com/hapijs/hapi/issues/2764 | ||
+ Hapi Version 9: https://github.com/hapijs/hapi/issues/2682 | ||
> *If you have a question*, ***please post an issue/question on | ||
However in the interest of | ||
security/performance we *recommend* using the [*latest version*](https://github.com/hapijs/hapi/) of Hapi. | ||
> *If you have a question, or need help getting started* ***please post an issue/question on | ||
GitHub***: https://github.com/dwyl/hapi-auth-jwt2/issues *or* | ||
@@ -313,0 +319,0 @@ [](https://gitter.im/dwyl/chat/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
69478
435