0.0.4 • Published 3 years ago

jwt-nacl v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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.