mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
update readme
This commit is contained in:
parent
37f0499cfe
commit
403a06f6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue