Login with authToken (MagicLink)

Thanks for this everyone, especially @kevinwasie :blush: I was able to get the javascript to successfully set the token in the plugin.

However I’m facing an error upon running the fetch user action. Wondering if anyone else ran into this.

After running the JS, I see the token properly set:

When I then run the Fetch User action I receive this 400:

Additionally, after the fetch user action fails, the token variable gets nulled out:
image

:thinking:

P.S. I’m actually not doing this for the sake of magic link - I’m doing it because the actual xano login action appears to be broken so I’ve resorted to using a request action to hit my login endpoint