mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
BREAKING CHANGE: All module named exports have moved from subpaths to
just "jose". For example, `import { jwtVerify } from 'jose/jwt/verify'`
is now just `import { jwtVerify } from 'jose'`.
BREAKING CHANGE: All submodule default exports and named have been
removed in favour of just "jose" named exports.
|
||
|---|---|---|
| .. | ||
| classes | ||
| functions | ||
| interfaces | ||
| modules | ||
| types | ||
| README.md | ||
jose Modules API Documentation
"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK with no dependencies using native crypto runtimes
Support
If you or your business use jose, please consider becoming a sponsor so I can continue maintaining it and adding new features carefree.
Available modules
- JSON Web Tokens (JWT)
- Signing
- Verification & Claims Set Validation
- Encrypted JSON Web Tokens
- Key Import
- JSON Web Encryption (JWE)
- JSON Web Signature (JWS)
- JSON Web Key (JWK)
- JSON Web Key Set (JWKS)
- Key Pair or Secret Generation
- Key Export
- Utilities
- Unsecured JWT
- JOSE Errors