capless / warrant

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

Feature-request: Support Client app w/generated secret #44

Closed jonasao closed 6 years ago

jonasao commented 7 years ago

So far it seems that the authentication flow of warrant only supports AWS Cognito clients without generated secrets. (Like the official AWS Javascript APIs).

It would have been great if warrant in the future also added support for AWS Cognito clients with generated secrets as well.

armicron commented 6 years ago

I am working on it here

jonasao commented 6 years ago

Great! Looking forward to testing it!

armicron commented 6 years ago

@bjinwright Can you create a new app client with a generated secret and add new environment variables to Travis CI? screenshot Required env variables: COGNITO_APP_WITH_SECRET_ID COGNITO_CLIENT_SECRET