mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
| .. | ||
| jwe | ||
| jwk | ||
| jwks | ||
| jws | ||
| jwt | ||
| key | ||
| lib | ||
| runtime | ||
| util | ||
| index.ts | ||
| README.md | ||
| types.d.ts | ||
jose Modules API Documentation
"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto.
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
example Deno import
import * as jose from 'https://deno.land/x/jose@v4.3.2/index.ts'
- 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