jwt-simple-utils
v1.0.0
Published
Small wrapper around jsonwebtoken for easy token sign/verify/decode
Readme
jwt-simple-utils
Small wrapper around jsonwebtoken to simplify creating and verifying JWT tokens.
Features
signToken(payload, options)— create JWTverifyToken(token, options)— verify JWT and get decoded payloaddecodeToken(token, options)— decode without verifying
Install
npm install jwt-simple-utils