capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Feature-request: verifyUserAttribute #62

Closed 3dw1np closed 6 years ago

3dw1np commented 6 years ago

It would be great to have a method verifyUserAttribute in order to verify the attribute email or phone after a send verification.

http://boto3.readthedocs.io/en/latest/reference/services/cognito-idp.html#CognitoIdentityProvider.Client.verify_user_attribute

3dw1np commented 6 years ago

The method validate_verification(self, confirmation_code, attribute='email') already exists in the source code, it's just not documented.