Json Web Tokens
JWT's are just a way to encode JSON data into a string.
It is made up of three base64 encoded strings, separated by dots.
JWT's are just a way to encode JSON data into a string.
It is made up of three base64 encoded strings, separated by dots.