We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
404
Passwordless sign in with sms is not enabled
Version:
nhost_sdk: ^3.0.1 nhost_flutter_auth: ^2.0.1
Also, isn't the method inside auth_client.dart supposed to return an AuthResponse? But it returns a void type for now
auth_client.dart
AuthResponse
void
The text was updated successfully, but these errors were encountered:
I'm attempting SMS otp login with my Twilio credentials - is this feature working yet?
Sorry, something went wrong.
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
mhadaily
No branches or pull requests
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 nowThe text was updated successfully, but these errors were encountered: