New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

symblight-fastify-oauth2-jwt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symblight-fastify-oauth2-jwt - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "symblight-fastify-oauth2-jwt",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -17,6 +17,11 @@ import type { FastifyInstance, FastifyPluginOptions } from 'fastify';

interface FastifyInstance {
verifyJwt: VerifyJwt
getToken: (headers: any, query?: any | undefined, body?: any | undefined, urlEncoded?: boolean | undefined) => string
claimCheck: ClaimCheck
claimIncludes: ClaimIncludes<ClaimChecker>
verifyJwt: VerifyJwt;
getToken: (
headers: any,
query?: any | undefined,
body?: any | undefined,
urlEncoded?: boolean | undefined
) => string;
claimCheck: ClaimCheck;
claimIncludes: ClaimIncludes<ClaimChecker>;
}

@@ -36,7 +41,8 @@ }

fastify.decorate('claimIncludes', claimIncludes);
done();
}
export const fastifyOauth2 = fp(auth);
export const fastifyOauth2 = fp(auth);
export { VerifyJwt, JWTPayload, ClaimCheck, ClaimChecker, ClaimIncludes };
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