Open samuelchanx opened 2 years ago
I'm attempting SMS otp login with my Twilio credentials - is this feature working yet?
Please use our latest Dev version to see if this is working https://pub.dev/packages/nhost_sdk/versions/4.0.0-dev.9
You need to enable SMS from settings too. Go to Nhost dashboard project -> settings -> Sign in methods -> SMS
How can I use passwordless sign in with SMS?
Currently it returns
404
not found, with message:Passwordless sign in with sms is not enabled
Version:
Also, isn't the method inside
auth_client.dart
supposed to return anAuthResponse
? But it returns avoid
type for now