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)**