r-lib / jose

Javascript Object Signing and Encryption for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a decoding function that shouldn't use a secret key on a client

pdrhlik opened this issue · comments

Thanks for the package, it works great. The only problem for me is that I'm using R as a client and I don't have the secret key available. I know I can parse the payload data on my own. I just wonder if you could add a decoding function to be used on the client?

I use this client-side angular https://github.com/auth0/angular2-jwt just for reference.

Thanks and let me know what you think.

Patrik

I believe that is out of scope.