capless / warrant

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

Feature-request: Support resendConfirmationCode #61

Open 3dw1np opened 6 years ago

3dw1np commented 6 years ago

It would be great to add new method resendConfirmationCode with the username because the verification code can be expired:

http://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ResendConfirmationCode.html

3dw1np commented 6 years ago

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

jdwil commented 5 years ago

Looks like this has been added in the develop branch. How close is this to being ready for production use?