mirror of
https://github.com/danbulant/jose
synced 2026-05-20 04:48:52 +00:00
BREAKING CHANGE: Revised, Promise-based API BREAKING CHANGE: No dependencies BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/)) BREAKING CHANGE: Support for verification using a remote JWKS endpoint BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
20 lines
972 B
Markdown
20 lines
972 B
Markdown
# Module: "util/errors"
|
|
|
|
## Index
|
|
|
|
### Classes
|
|
|
|
* [JOSEAlgNotAllowed](../classes/_util_errors_.josealgnotallowed.md)
|
|
* [JOSEError](../classes/_util_errors_.joseerror.md)
|
|
* [JOSENotSupported](../classes/_util_errors_.josenotsupported.md)
|
|
* [JWEDecryptionFailed](../classes/_util_errors_.jwedecryptionfailed.md)
|
|
* [JWEInvalid](../classes/_util_errors_.jweinvalid.md)
|
|
* [JWKInvalid](../classes/_util_errors_.jwkinvalid.md)
|
|
* [JWKSInvalid](../classes/_util_errors_.jwksinvalid.md)
|
|
* [JWKSMultipleMatchingKeys](../classes/_util_errors_.jwksmultiplematchingkeys.md)
|
|
* [JWKSNoMatchingKey](../classes/_util_errors_.jwksnomatchingkey.md)
|
|
* [JWSInvalid](../classes/_util_errors_.jwsinvalid.md)
|
|
* [JWSSignatureVerificationFailed](../classes/_util_errors_.jwssignatureverificationfailed.md)
|
|
* [JWTClaimValidationFailed](../classes/_util_errors_.jwtclaimvalidationfailed.md)
|
|
* [JWTExpired](../classes/_util_errors_.jwtexpired.md)
|
|
* [JWTInvalid](../classes/_util_errors_.jwtinvalid.md)
|