Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastify-jwt

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-jwt - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc