JOSE utilities for @aura-stack/auth
npm install @aura-stack/joseType-safe JOSE utilities for JWT signing, verification, and encryption


---
@aura-stack/jose is a lightweight, type-safe wrapper around the jose library.
It provides utilities for working with JWS (signing), JWE (encryption), and JWTs, offering a simplified, consistent API built for modern TypeScript environments.
This package is used internally by @aura-stack/auth but can also be installed and used as a standalone module.
- JWT management — Sign, verify, encrypt, and decrypt JWTs with ease.
- Type-safe — Built with modern TypeScript for full type inference.
- Composable utilities — Use createJWS, createJWE, and createJWT to simplify configuration.
- Lightweight integration — Minimal wrapper around jose for better DX without overhead.
- Flexible algorithms — Compatible with HMAC, RSA, and EC key types.
Visit the official documentation website.
Licensed under the MIT License. © Aura Stack
---
Made with ❤️ by Aura Stack team