Title
m

mo

09/18/2017, 11:32 AM
Why I get Auth0 idToken
undefined
when using with Auth0 integration? I can’t get it working with Graph.cool using the example in Github.
n

nickh

09/18/2017, 8:31 PM
If you're using a SPA, you'll need to specify:
var options = {
  auth: {
    responseType: 'token id_token'
    …
  },
  …
};
m

mo

10/14/2017, 9:17 PM
It was a checkbox in Auth0 settings.