jose/docs/modules/_util_errors_.md
Filip Skokan 357fe0b964 feat: Revised API, No dependencies, Browser Support, Promises
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 🎉)
2020-11-14 18:26:46 +01:00

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)