0.0.1 • Published 4 years ago
rescript-jsonwebtoken v0.0.1
Rescript binding for Jsonwebtoken
Experimental.
How to install
npm install rescript-jsonwebtoken jsonwebtokenand add rescript-jsonwebtoken to the bsconfig.json's bs-dependencies:
{
"bs-dependencies": [
+ "rescript-jsonwebtoken"
]
}How to use
This is still experimental.
open Jwt
let token = sign({"foo":"bar"}, "secretKey")
let isValid = verify(token, "secretKey")0.0.1
4 years ago