Gathering detailed insights and metrics for fastify-auth0-verify
Gathering detailed insights and metrics for fastify-auth0-verify
Gathering detailed insights and metrics for fastify-auth0-verify
Gathering detailed insights and metrics for fastify-auth0-verify
passport-jwt
Passport authentication strategy using JSON Web Tokens
idtoken-verifier
A lightweight library to decode and verify RS JWT meant for the browser.
jose
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
@fastify/busboy
A streaming parser for HTML form data for node.js
npm install fastify-auth0-verify
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
97 Stars
375 Commits
25 Forks
80 Watching
8 Branches
45 Contributors
Updated on 09 Nov 2024
JavaScript (95.36%)
TypeScript (4.64%)
Cumulative downloads
Total Downloads
Last day
-18%
2,800
Compared to previous day
Last week
-2.9%
13,311
Compared to previous week
Last month
-1.7%
62,842
Compared to previous month
Last year
35.6%
732,524
Compared to previous year
Auth0 verification plugin for Fastify.
Internally this is a lighweight wrapper around fastify-jwt-jwks and accepts most of the same options. The differences are highlighted in this document. Refer to the documentation in the fastify-jwt-jwks repository for general usage.
Just run:
1npm install fastify-auth0-verify --save
The configuration options for this plugin are similar to those in fastify-jwt-jwks, except that this package accepts a domain
option instead of jwksUrl
:
domain
: The Auth0 tenant domain. It enables verification of RS256 encoded JWT tokens. It is also used to verify the token issuer (iss
). Either provide a domain (domain.com
) or the full URL, including the trailing slash (https://domain.com/
).See CONTRIBUTING.md
Tests are currently split into unit and integration. Integration tests need the following environment variables:
Env var | |
---|---|
AUTH0_DOMAIN | Auth0 dashboard -> application -> Settings -> Domain |
AUTH0_CLIENT_ID | Auth0 dashboard -> application -> Settings -> Client ID |
AUTH0_CLIENT_SECRET | Auth0 dashboard -> application -> Settings -> Client Secret |
AUTH0_API_AUDIENCE | Auth0 application identifier |
Copyright NearForm Ltd. Licensed under the Apache-2.0 license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 6/8 approved changesets -- score normalized to 7
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More