capless / warrant

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

How to authenticate to federated identity pools? #112

Closed phantom-j closed 6 years ago

phantom-j commented 6 years ago

Hi, How to authenticate to Federated identity pool(login with amazon or google)?

bjinwright commented 6 years ago

This isn't supported yet. I would use boto3 to do this for now.

phantom-j commented 6 years ago

hi @bjinwright

Can you tell me which methods of boto3 have to use for that social identity logins ?

Thanks