In my app, I embedded auth0 web lock for authentication. All seems to work fine, except that I can’t find the JWT (which I need to call my own api). Here’s what I get as return value from auth0 web lock:
{accessToken: "QhGObH6d-Xfmo5vh7Y_ln3OtYhy7lZsS",
idToken: null,
idTokenPayload: null,
appState: null,
refreshToken: null
}
I can use this to get the user profile, but I can’t(!) find the JWT… how or where is the token found in the result of the auth web lock (11)?