capless / warrant

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

Implement resend confirmation code method #83

Closed caaatisgood closed 6 years ago

caaatisgood commented 6 years ago

Added a new function resend_confirmation_code to Cognito object, which accept username as argument to trigger resend confirmation code.

I noted that there's no tests for confirmation. So I didn't add any.

I would like to make other changes if needed.