Skip to content

Lozlof/jwt-decode-no-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JWT-Decode-No-Verify

Call on the decodeJWT function to decode a JSON Web Token

This is the same code that Cyber Chef uses. It will decode a JWT, it will not verify it.
I used a bundler to pull this code together because I was using it for another project, I am now removing this code from the project, but I don't want to delete this code, so here it is.