fastify-jwt
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "fastify-jwt", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "JWT utils for Fastify", | ||
@@ -40,4 +40,4 @@ "main": "jwt.js", | ||
"devDependencies": { | ||
"fastify": "^3.0.0-alpha.1", | ||
"fastify-cookie": "^3.5.0", | ||
"fastify": "^3.0.0-rc.3", | ||
"fastify-cookie": "^4.0.1", | ||
"standard": "^14.0.2", | ||
@@ -44,0 +44,0 @@ "tap": "^14.10.7", |
@@ -429,3 +429,3 @@ # fastify-jwt | ||
For your onvenience, you can override the default HTTP response messages sent when an unauthorized or bad request error occurs. You can choose the specific messages to override and the rest will fallback to the default messages. The object must be in the format specified in the example below. | ||
For your convenience, you can override the default HTTP response messages sent when an unauthorized or bad request error occurs. You can choose the specific messages to override and the rest will fallback to the default messages. The object must be in the format specified in the example below. | ||
@@ -432,0 +432,0 @@ #### Example |
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
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
96929