Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jwt

JSON Web Token is an Internet standard for creating data with optional
signature and/or optional encryption whose payload holds JSON that asserts
some number of claims.

The tokens are signed either using a private secret or a public/private key.
Source by jwt.io #
 
PREVIOUS NEXT
Tagged: #jwt
ADD COMMENT
Topic
Name
5+6 =