Decoding a JWT
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=Tr3o6FFIZr4
JWTs are the modern security tokens used by the API to enforce security, but did you know you can often take a look at what's in that JWT and even use that data in your UX frontend? This 2 minute video shows you how to break apart a JWT and decode the Header and Body and what you can expect to see in there. • If you'd like to use my very simple JWT decoder, take a peek at the live demo at https://uxapi.io/howto/jwt-decoder.html where you'll also find a link to my git repo where you can grab a copy of the code and run with it!
#############################
