Skip to content

Commit 9411098

Browse files
Merge beta sample in master (auth0-samples#336)
1 parent 0855f70 commit 9411098

7 files changed

Lines changed: 2123 additions & 2456 deletions

File tree

Sample-01/auth_config.json.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"domain": "{DOMAIN}",
33
"clientId": "{CLIENT_ID}",
4-
"audience": "{API_IDENTIFIER}",
4+
"authorizationParams": {
5+
"audience": "{API_IDENTIFIER}"
6+
},
57
"apiUri": "http://localhost:3001",
68
"appUri": "http://localhost:4200",
79
"errorPath": "/error"

0 commit comments

Comments
 (0)