From the course: Build a React Application Using AWS Amplify

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Set up more Cognito users

Challenge: Set up more Cognito users - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Challenge: Set up more Cognito users

(upbeat music) - [Narrator] With authentication in place, it's time for you to explore a little bit more and how the relationship between React and your application and Cognito really work. You've already seen that with a couple of lines of code, you're now able to create a new account using Cognito. And this is all done through forms that are placed around and in front of your application. But you can also go into Amazon Cognito and try this. So here's the challenge. I want you to create a user through Cognito, and then I want you to create a user through the front-end, even though I know you've already done one, go ahead and create an additional one. Compare those two users in Cognito. So now you're going to have multiple usernames and you should be able to look at each. You should also be able to determine if by verifying the email, you have any difference in the users. In other words, when you create the user…

Contents