Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5027

JWT Payload component and security

$
0
0

Sorry if I am not using the right terms. What I meant is the tags that would construct the JWT. Example.

{
"alg": "HS256",
"typ": "JWT"
"sub": "1234567890",
"name": "John Doe",
"admin": true
}

Whats the key-value paid that I need to use and obviously I cant simply type my DF username and password since anyone can decode it. Also, How is the secret key configured in the DF.

Thanks


Viewing all articles
Browse latest Browse all 5027

Trending Articles