Question: Suppose a server needs to create a JWT token that will contain the following information: { customerID: 5 5 4 3 5 ,

Suppose a server needs to create a JWT token that will contain the following information:
{
"customerID": "55435",
"accessString": "4433trs",
"refreshString": "482993HGTYz"
}
The JWT signing algorithm will be HS256 using the base64 encoded string shown below.
AaBbcTyZ
According to RFC 7519, the JWT will be transmitted as a base64 encoded string with three parts seperated by a period.
JWT Token => PARTA.PARTB.PARTC
Provide each of three parts below. The answers are case sensitive.
What is PARTA (Hint: It will begin with "eyJh" and end with "CJ9")
What is PARTB (Hint: It will begin with "eyJ" and end with "SJ9")
What is PARTC (Hint: It will begin with "_53m" and end with "4cc")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!