{ header:{ "alg": "HS256", "typ": "JWT" }, payload:{ iat:"token creation time", exp:"time until is valid", user:{ firstname:"John", lastname:"Deen" email:"deen@email.com" } }, signature:"zzzzzzzzz" }