From 403a06f6f0a6aa865e9c69d5a797582c7ff88203 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:41:05 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1372f68..6bd1673c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before running RowBoat, ensure you have: - **Configure Application**: - **Allowed Callback URLs**: In the Auth0 Dashboard, go to your "RowBoat" application settings and set `http://localhost:3000/api/auth/callback` as an Allowed Callback URL. - **Get Credentials**: Note down Domain, Client ID, and Client Secret. - - **Secure Application**: Generate a session encryption secret: + - **Secure Application**: Generate a session encryption secret in your terminal and note the output for later: ```bash openssl rand -hex 32 ```