I’m following the guide for React based app but the token I’m getting is failing to be decoded on the backend. I’m getting
‘The token was expected to have 3 parts, but got 5.’
I try plugging in the token into jwt.io, and it can’t verify it either.
I’m logging in fine and using
const token = await getAccessTokenSilently() on the front-end to get the token for the
Authorization header.