Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Handler

npm install @ferrow/jwt-handler

CI

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

About

JWT token generation, validation, and claim management

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages