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

Return None after authenticating user #114

Open
ranjanp75 opened this issue Jun 1, 2018 · 2 comments
Open

Return None after authenticating user #114

ranjanp75 opened this issue Jun 1, 2018 · 2 comments

Comments

@ranjanp75
Copy link

`u = Cognito(poolId,clientId,username=username, user_pool_region='us-east-2',access_key=accessKey,secret_key=secretKey)

print(u.authenticate(password=password))
`

No error is thrown but 'None' is getting printed as the response. Please help me with this issue. Thanks

@malhotrachetan
Copy link

malhotrachetan commented Jul 8, 2018

Did u manage to debug this issue? I am facing the same
issue.

@raymondbutcher
Copy link

It's not meant to return anything. It sets attributes on the u object as described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants