Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit a76eebd

Browse files
nyarashamikedeck
authored andcommitted
Updated README.md
Fixed grammar
1 parent eaa06dd commit a76eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApplication/2_UserManagement/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Asia Pacific (Mumbai) | [![Launch Module 2 in ap-south-1](http://docs.aws.amazon
4747

4848
When users visit your website they will first register a new user account. For the purposes of this workshop we'll only require them to provide an email address and password to register. However, you can configure Amazon Cognito to require additional attributes in your own applications.
4949

50-
After users submit their registration, Amazon Cognito will send a confirmation email with a verification code to the address they provided. To confirm their account, users will return to your site and enter their email address and the verification code they received. You can also confirm user accounts using the Amazon Cognito console if want to use fake email addresses for testing.
50+
After users submit their registration, Amazon Cognito will send a confirmation email with a verification code to the address they provided. To confirm their account, users will return to your site and enter their email address and the verification code they received. You can also confirm user accounts using the Amazon Cognito console if you want to use fake email addresses for testing.
5151

5252
After users have a confirmed account (either using the email verification process or a manual confirmation through the console), they will be able to sign in. When users sign in, they enter their username (or email) and password. A JavaScript function then communicates with Amazon Cognito, authenticates using the Secure Remote Password protocol (SRP), and receives back a set of JSON Web Tokens (JWT). The JWTs contain claims about the identity of the user and will be used in the next module to authenticate against the RESTful API you build with Amazon API Gateway.
5353

0 commit comments

Comments
 (0)