You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
OK, having now read the code to see how I would go about implementing such a workflow, I now see that you can pass a is_varify flag to decode to do exactly the workflow I wanted.
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?
The text was updated successfully, but these errors were encountered: