Hello Weweb folks !
How are you doing ??
I’m looking to enable login on Xano using Magic link from Sendgrip.
The generated magic link I get from Xano is not return as expected from what I got to see on the Video tutorial or from the posts on the forum : it’s should have a paramater called ?token
in the url, which I don’t get back from the response.
Of course, I get a 404 then since this page doesn’t exists on the app
http://www.privatevillasmexico.com/magic_link/eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2Q0JDLUhTNTEyIiwiemlwIjoiREVGIn0.36tvTekOCwZrCDF1Tz5bgFw-eIii8QF5HPF7UKsRLqutE-Atv7yEgZ2GRDz2ZuCP3W_MEENZbgYDZLYxScqPF....)
Here is a quick example of this :
Do you have any idea how to fix it ?
I got from the posts in the community that from this URL I’ll have to parse the token using the query parameters, which will then be used on my authentication process to logging the user.
Let me know if I can be more usefull in explaning my case.
Thank you very much for your help !