The docs say that I can append a connection= parameter to the /authorize URL to force a specific connection to use. I can put connection=facebook and connection=google-oauth2 and they will go direct to either connection method, but not connection=email, which I believe should be the connection identifier for passwordless email. How can I force a user to just get a prompt for email one time code? I only use passwordless, I don’t use DB connection.
Thanks,
Martin