jwt-authentication
Advanced tools
Comparing version 0.4.0-beta1 to 0.4.0
@@ -86,4 +86,5 @@ #Index | ||
- resourceServerAudience `String` - all JWT messages will need to have this audience to be valid | ||
- ignoreMaxLifeTime `boolean` - Setting this property will skip the 1 hour max lifetime checks | ||
- ignoreMaxLifeTime `boolean` - Setting this property will skip the 1 hour max lifetime checks | ||
and make your server less secure. Do not include this if you are not sure what you are doing. | ||
- algorithms `String` - List of algorithms which are allowed to use. | ||
@@ -90,0 +91,0 @@ **Returns**: [Validator](#Validator) |
@@ -0,1 +1,5 @@ | ||
<a name"0.4.0"></a> | ||
## 0.4.0 (2018-08-28) | ||
* Whitelist crypto algorithms | ||
<a name"0.3.6"></a> | ||
@@ -181,2 +185,2 @@ ### 0.3.6 (2018-05-17) | ||
{ | ||
"name": "jwt-authentication", | ||
"version": "0.4.0-beta1", | ||
"version": "0.4.0", | ||
"description": "Library that is used to create and verify json web tokens for service to service authentication purposes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144428
1