I’ve never tried it before, so I’m just hypothesizing here. Have you tested using send: link as config parameter passed to the POST /passwordless/start endpoint, combined with a redirect_uri that follows the format of the deeplink for your app?
Something like this:
{
"client_id": "CLIENT_ID",
"connection": "email",
"email": "EMAIL",
"send": "link",
"authParams": { // any authentication parameters that you would like to add
"scope": "openid",
"state": "YOUR_STATE",
"redirect_uri": "deeplink://openCoolAppPrettyPlease"
}
}
Yep as @mauricio said. It can be achieved that way. However let me submit a feature request for our product team regarding that. For future reference you can also submit such feedback using our feedback site. Our product managers will reach out to you within 10 business days. Here it is: