Skip to content

Commit

Permalink
Update README.md (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 6, 2023
1 parent 18e167d commit aeddf64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ This can be done by renaming `auth_config.json.example` (https://github.com/auth
{
"domain": "YOUR_DOMAIN",
"clientId": "YOUR_CLIENT_ID",
"audience": "YOUR_API_IDENTIFIER",
"authorizationParams": {
"audience": "YOUR_API_IDENTIFIER",
},
"apiUri": "http://localhost:3001",
"appUri": "http://localhost:4200"
}
```

> **Domain** and **Client Id** can be found in the corresponding Application in the Auth0 Dashboard, while **Audience** needs to be set to the identifier of the API, found in the Auth0 Dashboard.
Also ensure the Application in Auth0 is configured to allow **http://localhost:4200** as a `Callback URL`, `Logout URL` and `Allowed Web Origin`.

## Issue Reporting
Expand Down

0 comments on commit aeddf64

Please sign in to comment.