hokaccha / node-jwt-simple

JWT(JSON Web Token) encode and decode module for node.js
MIT License
1.36k stars 136 forks source link

Custom algorithm #75

Open Teukros opened 6 years ago

Teukros commented 6 years ago

I want to use this package in the new project, but in some cases we use our own custom algorithm. Would you accept adding some logic that allows to register new algorithm?