0.0.3 • Published 6 years ago

jwt-ed25519-tn v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

jsonwebtoken-ed25519-tn

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

Fork Changes

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.