Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Password challenge fix #13

Merged
merged 3 commits into from
May 25, 2020
Merged

New Password challenge fix #13

merged 3 commits into from
May 25, 2020

Commits on May 22, 2020

  1. New Password challenge fix

    New password Challenge requires parameters initiate_auth request. Without them we get:
    ```
    botocore.errorfactory.NotAuthorizedException: An error occurred (NotAuthorizedException) when calling the RespondToAuthChallenge operation: Unable to verify secret hash for client <cleint_id>
    ```
    SarunasAzna committed May 22, 2020
    Configuration menu
    Copy the full SHA
    6d9a227 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. black lint

    SarunasAzna committed May 25, 2020
    Configuration menu
    Copy the full SHA
    92f404d View commit details
    Browse the repository at this point in the history
  2. flake8 lint

    SarunasAzna committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a54d5b9 View commit details
    Browse the repository at this point in the history