jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Save the original jwt token body for use in signature verification

Open samckittrick opened this issue 6 years ago • 0 comments

Based on some of the comments in Issue #22 , I modified Token.php to save the token body and the EncryptionVerifier to validate the signature based on the original token string.

samckittrick avatar Mar 14 '18 23:03 samckittrick