eliot1
2
Hi I did something like this on one of my project. But it’s kind of a security breach for your app that can be hacked by brute force.
We did as follow:
- Create a page with a workflow on load that trigger an API connector / backend workflow to regenerate a magic link based on a user unique id in the URL parameters
- This workflow was a backend workflow we used in the API connector so we can get the response (the magic link URL)
- Then we just wait X sec then redirect to the response URL
- Bubble did the rest. And the user was connected
But I highly recommend to not use this kind of technique. Because like I said in the beginning, there is some kind of security breach there.