how should one obtain the decoded parsed payload of a public paseto token? #30
Unanswered
iambumblehead
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I'm sure the project documentation will be useful! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying something like this which returns a string with embedded json followed by non-json "noise".
is there a straight-forward way you would recommended to obtain the JSON payload without verification, such as the method shown for JWT tokens at this stackoverflow link? https://stackoverflow.com/questions/38552003/how-to-decode-jwt-token-in-javascript-without-using-a-library#answer-38552302
Beta Was this translation helpful? Give feedback.
All reactions