We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347cc3c commit 1c249fcCopy full SHA for 1c249fc
1 file changed
00-Starter-Seed/public/app.js
@@ -8,7 +8,7 @@ $(document).ready(function() {
8
$('.btn-login').click(function(e) {
9
e.preventDefault();
10
auth.authorize({
11
- audience: API_AUDIENCE,
+ audience: 'https://'+AUTH0_DOMAIN+'/userinfo', // you can also set this on the .env file and put API_AUDIENCE instead
12
scope: 'openid profile',
13
responseType: 'code',
14
redirectUri: AUTH0_CALLBACK_URL
0 commit comments