danwrong / restler

REST client library for node.js
MIT License
1.99k stars 389 forks source link

jwt #222

Open roydekleijn opened 8 years ago

roydekleijn commented 8 years ago

Hello,

Is there any example of using JSON Web Token with restler?

Where should I implement it? should I extract the token from the header?

I hope you can point me to some example.