jose icon indicating copy to clipboard operation
jose copied to clipboard

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

Open pdrhlik opened this issue 5 years ago • 1 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

pdrhlik avatar Jun 20 '19 09:06 pdrhlik

I believe that is out of scope.

king-of-poppk avatar Mar 30 '23 08:03 king-of-poppk