deejungx / flask-cognito-extended

Flask implementation for Amazon Cognito
MIT License
6 stars 6 forks source link

Federated Identity #4

Open darichailu opened 3 years ago

darichailu commented 3 years ago

Thank you for developing this plugin. I've been trying to use this plugin with identity pool to give permission to a user to access 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.

deejungx commented 3 years ago

This extension currently does not provide functionalities you describe. We might add them in the future because it is a really good feature to have. Thank you for bringing up this topic.