Cognito - Temporary e-mail blog !

Dive into the world of knowledge without taking yourself too seriously. From the demystification of complex subjects to jokes that defy convention, we're here to rattle your brain and bring a wry smile to your face. đŸ€“đŸ€Ł

Configuring AWS Cognito to Send Verification Emails on Admin User Creation
Alice Dupont
14 April 2024
Configuring AWS Cognito to Send Verification Emails on Admin User Creation

Administering user accounts securely in cloud services requires flexibility and precision. AWS Cognito's ability to configure user sign-up and verification processes through TypeScript and CDK offers a streamlined approach to manage user authentication, especially for those created by administrators.

Swift and AWS Cognito: Troubleshooting Unverified User Sign-ups
Lucas Simon
19 March 2024
Swift and AWS Cognito: Troubleshooting Unverified User Sign-ups

Tackling the challenge of unverified user statuses in AWS Cognito can perplex developers, especially when using LocalStack for local testing. This exploration delves into the intricacies of setting up a user pool with Terraform and integrating it with a Swift application for user registration. Despite the correct configuration for auto-verified attributes, users remain unconfirmed, highlighting a disconnect between expectation and reality.