anvilresearch / jose

JSON Object Signing and Encryption for Node.js and the browser
MIT License
24 stars 7 forks source link

Result option #30

Closed EternalDeiwos closed 7 years ago

EternalDeiwos commented 7 years ago

Respect the result option in JWT/JWD sign method calls.

result can either be instance or string and defaults to string.

christiansmith commented 7 years ago

Thanks