hapi-auth-jwt2
Advanced tools
Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "hapi-auth-jwt2", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"aguid": "^1.0.3", | ||
"hapi": "^10.4.1", | ||
"hapi": "^11.0.0", | ||
"codeclimate-test-reporter": "^0.1.1", | ||
@@ -43,0 +43,0 @@ "istanbul": "^0.3.22", |
@@ -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/) | ||
@@ -308,3 +308,3 @@ [](https://www.npmjs.com/package/hapi-auth-jwt2) | ||
`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 | ||
`hapi-auth-jwt2` is compatible with Hapi.js versions `11.x.x` `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. | ||
@@ -311,0 +311,0 @@ See the release notes for more details: |
72801