Hi,
I’m trying to get the user token in the Post Login Action to pass it to my server via a sendRedirectTo.
Apparently it is available in api.tokenId, but this is an empty object “{}”.
Is there something I can call to get it? I’ve tried the /userinfo call via axios as I’m not sure how to directly call it on the API. I’m passing my accessToken (which works on other calls to the /api/v2/…) but I’m getting a 401 Unauthorized error.