Skip to content

Commit da2b68a

Browse files
committed
Mention the JWT handbook in the introduction.
1 parent d84d5c8 commit da2b68a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

views/md/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**NEW:** get the [JWT Handbook for free](https://auth0.com/e-books/jwt-handbook) and learn JWTs in depth!
2+
13
## What is JSON Web Token?
24
JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html/rfc7519)) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the **HMAC** algorithm) or a public/private key pair using **RSA**.
35

0 commit comments

Comments
 (0)