How to use AWS Cognito to access AWS Services
This article will explore how to block access to AWS S3 storage and allow only Cognito authenticated users to access their own directory.
This article will explore how to block access to AWS S3 storage and allow only Cognito authenticated users to access their own directory.
I am going to use AWS Cognito to manage user login and authentication. In this scenario, my app needs to communicate with Cognito directly to obtain an authentication token and after that, I will add this token to every request send to my backend.