capless / warrant

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

Support for SMS_MFA #119

Closed artran closed 1 year ago

artran commented 6 years ago

I needed to support SMS multi-factor-auth so I've made a few changes to allow this.

Apologies for accidentally pulling in two of you commits during a rebase to clean up for the pull-request.

nikkelj commented 5 years ago

Is this going to get merged anytime soon? I would like to use too! FWIW, I looked through the AWSSRP code, and it looked like he did about what I would have done to it, appears to follow the pattern correctly.