An implementation of JSON Web Tokens with the help of tweetnacl.
This was developed against draft-ietf-oauth-json-web-token-08
. It makes use of node-jws
This package is a fork of jsonwebtoken-ed25519 with the only one major change:
It is based on tweetnacl library, while origin library jsonwebtoken-ed25519 based on ed25519. The package got the same API as the original library. Check it here.