aws/aws-sdk-php-symfony

How To Authenticate a signed-in user

engharb opened this issue · 1 comments

Hello,

May this is not the right position to ask such a question, but I have tried and searched How to authenticate a signed-in user but I did not find a clear sheet about this issue. And may I can get some help from you.

I installed this SDK successfully and I created my S3Client object succeffully. But I want to use S3Client obj to authenticate a signed-in users (from cognito users-pool), is that possible OR should I use kind of JS-SDK for this issue?

Do you have a concreted example how to?

Best regards,

The Cognito service provides documentation on the authentication flow, which would be worth looking over.

Within the PHP SDK, the CognitoIdentityProviderClient provides the methods referenced in that workflow.