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

byu-jwt

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byu-jwt - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "byu-jwt",
"version": "0.0.4",
"description": "The `byu-jwt` module provides helpful functions to retrieve a specified BYU `.well-known` URL and verify BYU signed JWTs.",
"version": "0.0.5",
"description": "The byu-jwt module provides helpful functions to retrieve a specified BYU .well-known URL and verify BYU signed JWTs.",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

# byu-jwt
The `byu-jwt` module provides helpful functions to retrieve a specified BYU `.well-known` URL and verify BYU signed JWTs.
The *byu-jwt* module provides helpful functions to retrieve a specified BYU *.well-known* URL and verify BYU signed JWTs.

@@ -9,8 +9,8 @@ ## Functions

## getWellKnown(wellKnownURL)
getWellKnown retrieves the response of the specified `.well-known` URL and if `cachWellKnowns` is set to `true` returns the previously retrieved response in the form of a promise.
getWellKnown retrieves the response of the specified *.well-known* URL and if *cachWellKnowns* is set to *true* returns the previously retrieved response in the form of a promise.
## verifyJWT(jwt, wellKnownURL)
verifyJWT uses the URLs and values found from the specified `.well-known` URL to verify and decode the provided signed JWT.
verifyJWT uses the URLs and values found from the specified *.well-known* URL to verify and decode the provided signed JWT.
## cacheWellknowns
cacheWellknowns is a boolean variable provided to set whether to cache the response of previously requested `.well-known` URLs.
cacheWellknowns is a boolean variable provided to set whether to cache the response of previously requested *.well-known* URLs.
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