@phoenix-labs/jwt-service
v0.1.0
Published
thin wrapper for jsonwebtoken generation and verification
Readme
jwt-service
thin wrapper for jsonwebtoken generation and verification
Environment variables required
-NA-
Config
Ex. {'secret' : "<string containing either the secret for HMAC algorithms, or the PEM encoded public key for RSA and ECDSA>"}
- secret : required for jwt signing
