Unable to change the connection name for passwordless flow
jakubdrabik opened this issue · 2 comments
jakubdrabik commented
Describe the problem
Based on your documentation, it's possible to implement a custom SMS gateway for passwordless authentication, however, it's not possible to specify this connection by name in the StartPasswordlessSmsFlowAsync
method, there is sms
value directly instead.
What was the expected behavior?
I would expect this parameter being configurable from the outside as part of the PasswordlessSmsRequest
.
frederikprijck commented
Could you elaborate what documentation you are referring to?
Based on the API docs, which this SDK calls, you can only specify email
or sms
, see : https://auth0.com/docs/api/authentication#get-code-or-link
frederikprijck commented
Closing as no response. Can always reopen if needed.