We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13204e3 commit aa1aecdCopy full SHA for aa1aecd
1 file changed
js/auth.js
@@ -14,7 +14,10 @@ var webAuth = new auth0.WebAuth({
14
$(document).ready(function() {
15
16
webAuth.checkSession(
17
- {},
+ {
18
+ audience: 'https://coderic.eu.auth0.com/api/v2/',
19
+ scope: 'openid profile email',
20
+ },
21
function(err, result) {
22
console.dir(result);
23
if (err || !result || !result.accessToken) {
0 commit comments