@ferrow/jwt-handler
v1.0.0
Published

Maintainers
Readme
JWT Handler
Minimal JWT generation and validation using HMAC-SHA256 (HS256).
const jwt = new JWTHandler(secret);
const token = jwt.sign({ userId: 123 });
const verified = jwt.verify(token);Features
- HS256 signing and verification
- Expiration handling
License: MIT
Sponsored by Ferrow
Part of the ferrow-toolkit collection · Sponsored by Ferrow
