I'm using the JWT to encode a Json into a encoded version using the java-jwt and I'd like to know how can I decode it in my Javascript ( front end ) side. I know that isn't the best solution possible to secure my JSON ( the person could have access to the JS loaded by the browser ) but it's a request here and I must do. Can anyone help me with that?
Thanks
http://kjur.github.io/jsjws/
or thishttps://www.npmjs.org/package/jwt-decode
could help – alkis Sep 23 at 20:18