November 2017
Intermediate to advanced
542 pages
14h 24m
English
JWT is an open standard, RFC 7519 (https://tools.ietf.org/html/rfc7519) that defines a compact and self-contained format for securely transmitting information between parties in the form of a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the hash-based message authentication code (HMAC) algorithm) or a public/private key pair using the Rivest–Shamir–Adleman (RSA) encryption algorithm.
Read now
Unlock full access