© 2026 Hashnode
In one of my recent projects, we started off using Firebase for authentication and storage. But as the app became more complex, we found ourselves needing more sophisticated authentication logic, custom user roles, and a scalable multi-tenant archite...

En una entrada anterior contaba un poco sobre que es AWS Cognito Link, he estado realizando muchas pruebas con nuevas funcionalidades e identificando las posibilidades que tenemos para integrarla con nuestras aplicaciones. He decidido armar una serie...

In this tutorial, we will use AWS services to create a serverless application for a coffee shop. The user (coffee shop owner in this case) can authenticate using AWS Cognito and manage inventory (perform CRUD operations). Github Repo: https://github....

Security in internet-facing or local applications is one of the most challenging parts of the software development life cycle. This post will provide a quick step-by-step guide to implementing access management for the previous REST API using Amazon ...

Recently, I have been working on creating automated tests for an API. For testing, a "tester" API user in a Amazon Cognito user pool is used to perform the authorised test API calls. Following good security practices, the tester API user credentials ...

Introduction :- Welcome! If you’re eager to learn how to set up secure Cognito Identity Pools with Terraform but have no idea where to start, you’re in the right place. This document will guide you from knowing nothing about these technologies to set...

When building web applications, user authentication and authorization can be challenging. Amazon Cognito simplifies this process for developers by providing convenient sign-up, sign-in, and enhanced security functionalities. Amazon Cognito is a ful...
