From 4cf23ba2107f69e6ef7b10237d5c2c5c324898c5 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:29:09 -0500 Subject: [PATCH] simple update to jwt section heading --- docs/how-clerk-works/tokens-signatures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.