Manually verifying magic link token throws unexpected invalid_type
In my Expo mobile app, I'm trying to verify the magic link token manually as described here.
But when I try to call the verify method with my token, I receive the following error:
and this is my code setup:
I can verify that we're actually sending a token as string.
Anyone has any idea perhaps?
Thanks!
But when I try to call the verify method with my token, I receive the following error:
and this is my code setup:
I can verify that we're actually sending a token as string.
Anyone has any idea perhaps?
Thanks!