furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
182 stars 113 forks source link

Admin Part of amazon-cognito-identity-js missing #185

Closed dennistruemper closed 1 year ago

dennistruemper commented 2 years ago

Hi,

my last project used the javascript version. I am used to create and confirm new Users in tests without parsing a mailbox. The javascript code I am searching for an alternative looks like this:

const cognito = new CognitoIdentityServiceProvider({region: config.getRegion()})
        await cognito.adminUpdateUserAttributes(params).promise()

Am I missing this functionality? Or is there a better way to create testusers inside cognito?

Thanks, Dennis

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.