jonsaw / amazon-cognito-identity-dart

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
204 stars 93 forks source link

add User to Group #74

Open dvirgiln opened 4 years ago

dvirgiln commented 4 years ago

One nice feature would be to allow once you login with a user, to be able to attach the user to an specific group.

Right now with the current version of the library, I am not sure how to do it.

This is a functionality I would be quite happy to have, and I could collaborate into it.

The idea is to use this functionality: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html#adminAddUserToGroup-property