Hi, we're using the passwordless recipe. We send o...
# support-questions-legacy
n
Hi, we're using the passwordless recipe. We send out deep links into our application to users who have been invited by other users. We want to "integrate" a pre-authenticated magic link into those links, so that the invited users only have to click the link to directly gain access to our tool, if they click within 24h. is this possible with supertokens, eg with this: https://supertokens.com/docs/thirdpartypasswordless/common-customizations/generating-magic-link-manually ?
r
hey @nim4ze it is. Once you call that function, you can change the domain and scheme of the link to point to your app.
And once the app opens with it, then you can consume the code and that should create a session for the user in your app
n
Thank you as always, rp.
4 Views