DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Safely Validating Usernames with Amazon Cognito

6 years ago feedproxy.google.com
Safely Validating Usernames with Amazon Cognito

Summary: This is a summary of an article originally published by the source. Read the full original article here →

You may be surprised to learn, as I was, that in Amazon Cognito both usernames and emails are treated as case-sensitive.
I recently added custom signup validation for Amazon Cognito.
Well, I’m in luck, because Amazon Cognito lets me customize much of my authentication workflow with AWS Lambda triggers.
Or, I can add other custom validation by adding additional checks and raising an exception, with a custom message if it fails.
Now you know more about controlling signup validation with a custom Lambda function.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com