From afcc89b671e071da3e8f74b00f8662739e9247a7 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Sat, 11 May 2024 13:48:27 -0400 Subject: [PATCH] update creds generator link --- pages/docs/configuration/authentication/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/configuration/authentication/index.mdx b/pages/docs/configuration/authentication/index.mdx index aaca0f4d4..463c7e43a 100644 --- a/pages/docs/configuration/authentication/index.mdx +++ b/pages/docs/configuration/authentication/index.mdx @@ -75,7 +75,7 @@ sequenceDiagram ## JWT Secret and Refresh Secret - You should use new secure values. The examples given are 32-byte keys (64 characters in hex). - - Use this replit to generate some quickly: **[JWT Keys](https://replit.com/@daavila/crypto#index.js)** + - Use this tool to generate some quickly: **[JWT Keys](/toolkit/creds_generator)**