capless / warrant

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

Fix SRP auth response #124

Open 3oris opened 6 years ago

3oris commented 6 years ago

Align flow to official java SDK

See: https://github.com/aws/aws-sdk-android/blob/master/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/mobileconnectors/cognitoidentityprovider/CognitoUser.java#L2914 ff

Fixes https://github.com/capless/warrant/issues/125

3oris commented 6 years ago

Cannot test due to

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions
bwindsor commented 4 years ago

I can also confirm that this fix works. Please could it be merged?

blueskycorner commented 4 years ago

Any update ? Thanks