Athithan
Athithan
@MohammadHasham This is how I managed to make it work with create-react-app 1. I have copy the original js into my directory lib folder 2. then imported ```javascript import jquery...
```dart final userAttributes = [ new AttributeArg(name: 'name', value: name), new AttributeArg(name: 'custom:attribute_1', value: attribute_1), new AttributeArg(name: 'custom:attribute_2', value: attribute_2), new AttributeArg(name: 'custom:attribute_3', value: attribute_3), ] ```
```dart import 'dart:async'; import 'dart:convert'; import 'package:flutter_project/env.dart'; import 'package:amazon_cognito_identity_dart_2/cognito.dart'; import 'package:flutter_project/ClientApp/Models/User.dart'; import 'package:flutter_project/ClientApp/Storage/UserStorage.dart'; // final userPool = ENV.clientUserPool; class UserService { CognitoUserPool _userPool = ENV.clientUserPool; CognitoUser _cognitoUser; CognitoUserSession _session; CognitoCredentials...
@gregorysaml Yes you need, It is not complete code. You have to write your own service base on your requirement. In my case I am using a fixed password as...
@gregorysaml This is the setup I have In my case I haven't written any auth challenge. Just I wrote a user auto confirm lambda only. Message will be handle automatically...
@gregorysaml you are almost there, This error means , it is waiting for the OTP. Catch the exception ```MfaSetupRequiredException``` then write a function to verify the otp. check the ```otpVerification```...
@udaysagartammina I have used different way make it work however thats is not the right choice. Try this article https://itnext.io/passwordless-sms-authentication-backend-9932391c49dc, it is much more complicated.
@sudharsan1988 I think If your JSON doesn't have pagination then you can't use this plugin
@sudharsan1988 👍