cgauge / Flask-AWSCognito

Extension for Flask that adds support for AWSCognito into your application
https://flask-awscognito.readthedocs.io
MIT License
28 stars 28 forks source link

Integration with Identity Pool #11

Open darichailu opened 3 years ago

darichailu commented 3 years ago

Hey there, Thank you for developing this plugin. It's really useful. I've been trying to use this plugin with identity pool to give permission to a user to aws resources (eg. s3). Uploading a file or a picture is something a user could do with a temp credentials. Is the plugin capable of doing that? The boto3's cognito-identity client method (get_credentials_for_identity) can do that but I was wondering if you guys know an alternative using the plugin.