hapi-auth-jwt2
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "hapi-auth-jwt2", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"boom": "^3.1.3", | ||
"cookie": "^0.2.3", | ||
"cookie": "^0.3.1", | ||
"jsonwebtoken": "^7.0.0" | ||
@@ -45,3 +45,3 @@ }, | ||
"aguid": "^1.0.4", | ||
"hapi": "^13.4.0", | ||
"hapi": "^13.4.1", | ||
"istanbul": "^0.4.3", | ||
@@ -48,0 +48,0 @@ "jshint": "^2.9.2", |
@@ -11,3 +11,3 @@ # Hapi Auth using JSON Web Tokens (JWT) | ||
[](https://codeclimate.com/github/dwyl/hapi-auth-jwt2) | ||
[](http://hapijs.com) | ||
[](http://hapijs.com) | ||
[](http://nodejs.org/download/) | ||
@@ -260,3 +260,3 @@ [](https://www.npmjs.com/package/hapi-auth-jwt2) | ||
- `optional` - if no Authorization header is provided, request will pass with `request.auth.isAuthenticated` set to `true` and `request.auth.credentials` set to empty object | ||
- `optional` - if no Authorization header is provided, request will pass with `request.auth.isAuthenticated` set to `false` and `request.auth.credentials` set to null | ||
@@ -263,0 +263,0 @@ - `try` - similar to `optional` but invalid Authorization header will pass with `request.auth.isAuthenticated` set to false and failed credentials provided in `request.auth.credentials` |
98962
+ Addedcookie@0.3.1(transitive)
- Removedcookie@0.2.4(transitive)
Updatedcookie@^0.3.1