update readme

This commit is contained in:
ramnique 2025-01-14 15:41:05 +05:30
parent 37f0499cfe
commit 403a06f6f0

View file

@ -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
```