description of JWT token format

This screenshot displays the format of a JWT token, which contains three parts ( header, body, signature) separated by a period (.). In JWT.io this gives a token body with subject John.Doe.