Why I get Auth0 idToken `undefined` when using wit...
# prisma-whats-new
m
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
If you're using a SPA, you'll need to specify:
Copy code
var options = {
  auth: {
    responseType: 'token id_token'
    …
  },
  …
};
m
It was a checkbox in Auth0 settings.