It is my understanding that one should be able to decode the token without needing the secret, and use the secret only for verification of the contents thereafter. Unless I'm misunderstanding something regarding the way JWT is meant to work?
Is there any way to support this workflow within your module already that I'm missing, or would you support a pull request if I attempted to implement it myself?
It is my understanding that one should be able to decode the token without needing the secret, and use the secret only for verification of the contents thereafter. Unless I'm misunderstanding something regarding the way JWT is meant to work?
Is there any way to support this workflow within your module already that I'm missing, or would you support a pull request if I attempted to implement it myself?