Skip to content

Commit cdf3344

Browse files
remove useless line
1 parent 7b695eb commit cdf3344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/extensions/ui-extensions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ The JWT token consists of three main parts: the header, the body (payload), and
381381
* ```exp``` The expiration time of the token.
382382
* ```userId``` The PIM user identifier (in this case, ```1```).
383383

384-
385384
*A signature*
386385

387386
* The signature is used to verify that the token is valid and has not been tampered with. It is generated by combining the encoded header and payload, and then signing them with the secret key. The resulting signature might look like:

0 commit comments

Comments
 (0)