Skip to content

Commit 1b5f798

Browse files
authored
Update generate_tenant_token_scratch.mdx
Fixed #2893
1 parent d27f1e4 commit 1b5f798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/security/generate_tenant_token_scratch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Consult the [token payload reference](/learn/security/tenant_token_reference) fo
6464

6565
## Encode header and payload
6666

67-
You must then encode both the header and the payload into `base64`, concatenate them, and generate the token by signing it using your chosen encryption algorithm.
67+
You must then encode both the header and the payload into `base64`, concatenate them, and generate the token by signing it using your chosen encryption algorithm. For more details [click here](https://jwt.io/).
6868

6969
## Make a search request using a tenant token
7070

0 commit comments

Comments
 (0)