NabuCasa / pycognito

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

Use endpoint url for generating pool url #181

Closed circulon closed 1 year ago

circulon commented 1 year ago

This handles the scenario where the issuer of the token will not match the pool url if a custom endpoint_url is used

Also fixed an issue where the USERNAME may not be provided as part of the ChallengeParameters response as it is optional according to the Cognito docs. LocalStack Cognito authoriser does not provide the USERNAME as part of the ChallengeParameters