Closed ady-tsc closed 1 year ago
Hello @ady-tsc , I am not sure if it is available with the current implementation. Could you please check if it is available in the official JS version?
Hi @furaiev , i already saw the official docs that you mentioned before and also looked at the AWS documentation regarding how to enable TOTP. There is no function that enabling the TOTP method in amazon-cognito-identity-dart lib.
The "enableMfa()" function also marked as deprecated for unknown reason.
But i looked at the aws-amplify lib and i notice that the implementation was defined there(same like the official docs from AWS). I want to ask for an opinion (because i'm new to AWS :_) ),
Thankyou!
@ady-tsc I would recommend you to use official aws-amplify. I keep amazon-cognito-identity-dart alive just because aws-amplify doesn't have full set of features yet.
This issue is stale because it has been open for 30 days with no activity.
Hi @furaiev ,
I want to enable MFA by using TOTP. Currently, i'm using this enableMfa() function but it automatically enable SMS-MFA only for the MFA options.
Is there any workaround to anable MFA using TOTP?
thankyou!