@aura-stack/jose
v0.1.0
Published
JOSE utilities for @aura-stack/auth
Maintainers
Readme
Type-safe JOSE utilities for JWT signing, verification, and encryption
Official Docs · JOSE Package Docs
Overview
@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.
Features
- 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, andcreateJWTto simplify configuration. - Lightweight integration — Minimal wrapper around
josefor better DX without overhead. - Flexible algorithms — Compatible with HMAC, RSA, and EC key types.
Documentation
Visit the official documentation website.
License
Licensed under the MIT License. © Aura Stack
