capless / warrant

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

README.md: document AWSSRP.set_new_password_challenge() #131

Open macpijan opened 5 years ago

macpijan commented 5 years ago

This problem was raised in a number of issues such as this one: https://github.com/capless/warrant/issues/29

The set_new_password_challenge() was introduced in the: https://github.com/capless/warrant/pull/25 and is not yet documented.

This should help the newcomers to get started with this module.

Signed-off-by: Maciej Pijanowski maciej.pijanowski@3mdeb.com

I'm far from Cognito / Python expert - just wanted to quickly test something and stumbled upon following error. Found the solution hidden in the issues and code of this merge request, so decided to add it to README. Let me know if you think this is fine. Thanks!