jsonwebtoken/README.md

119 B

JWT

JWT::encode(payload, secret, algo) -> Result<String>
JWT::decode(token, secret, algo) -> Result<Claims>