Hi @dan.woda,
Thank you for looking into this one for us - appreciate your assistance.
Here is what we do; when the request is made to drafts endpoint(which contains user email id), we are making AuthO’s /passwordless/start POST request from backend with below payload:
client_id = our client id,
connection= “email”,
email = user email,
send= “code”,
authParams = (scope= “openid”, state=UUID, redirect_uri=uri)
as per Authentication API Explorer
So I’m not sure if I can record the entire authentication transaction as we are calling AuthO’s API from our backend – please comment on this.
Thanks and Regards,
Merz