capless / warrant

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

NEW_PASSWORD_REQUIRED challenge support #22

Closed stephenoneal closed 7 years ago

stephenoneal commented 7 years ago

I won't really get into why you need or want to do this, but it turned out it was necessary for a POC on replacing identity management in one of my Apps with Cognito and leaving it in a personal branch if someone else really needs to do this. This is in a rough state and I'm likely going to go about this a different way. This may introduce an issue for some as well as my changes set process_challenge timestamp strftime differently although I my testing I didn't encounter a visible issue with how I set it. If a warrant maintainer wants to create a feature branch to store this I'll create a PR to get it into there instead. https://github.com/stephenoneal/warrant

bjinwright commented 7 years ago

@ebpetway is working on this. See #13

bjinwright commented 7 years ago

But we will review your PR so send it

bjinwright commented 7 years ago

I'm closing this because I believe @grantmcconnaughey 's PR fixes the first step of this. The rest should be handled in your views. Unless I'm missing something.