diff --git a/docs/how-clerk-works/tokens-signatures.mdx b/docs/how-clerk-works/tokens-signatures.mdx index 9e062c30bb..097b94a9b4 100644 --- a/docs/how-clerk-works/tokens-signatures.mdx +++ b/docs/how-clerk-works/tokens-signatures.mdx @@ -33,7 +33,7 @@ So for example, imagine you get a publicly readable message, like `hello world`, Clerk leverages digital signatures in **JSON Web Tokens (JWTs)** to securely authenticate users. -## JWTs +## JSON Web Tokens (JWTs) JSON Web Tokens (JWTs) are a lightweight format for transmitting digitally signed data over the internet. They are commonly used for authentication and information exchange.