Comparing version 0.0.4 to 0.0.5
{ | ||
"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. |
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
14642