DEV Community

Damon Lamare
Damon Lamare

Posted on

AWS Cognito | Amazon Cognito | AWS Tutorial for Beginners | AWS Training

This "AWS Cognito" by Edureka will help you get going on one of the most essential AWS services called Amazon Cognito. If you're building a modern web or mobile app, odds are good that you're going to need to handle common operations like signing in users and maintaining their profiles. Amazon Cognito allows you to offload this undifferentiated heavy lifting to a managed AWS service, so that you can focus on the core features and functionality of your application, while knowing that the critical aspects of handling authentication are being implemented properly and securely at any scale.

Top comments (1)

Collapse
 
altafbazaz7 profile image
Mohammad Altaf Bazaz

I have integrated AWS Cognito Identity JS into a custom UI with all sign in / forgot password / sign out functionality. But now i want to log in to the dashboard by logging in from a different domain and not from the domain where my website is hosted. I am using AWS Cognito but because of limited resources i am not able to find a feasible solution. In my domain where i have hosted my website i a able to login by setting all tokens onto local storage and if there is any object in local storage i am navigating my user to dashboard. My dashboard is a protected route.