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

Commit d12e9d7

Browse files
committed
update README in WebApps Step 2 to include closing and next sections
1 parent fd105eb commit d12e9d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

WebApplication/2_UserManagement/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,15 @@ The [/js/config.js][configjs] file contains settings for the user pool ID, app c
123123

124124
![Successful login screenshot](../images/successful-login.png)
125125

126-
After you have successfully logged into your web application, you can proceed to the next module, [Serverless Backend][serverless-backend].
126+
### :star: Recap
127+
128+
:key: Amazon Cognito provides two different capabilities for managing users, federated identities and user pools. [Amazon Cognito][cognito] user pools can handle almost every aspect about managing users, their login credentials, handling password resets, multifactor authentication and much more!
129+
130+
:wrench: In this module you've used user pools to create a completely hosted and managed user management system that will allow us to authenticate your users and manage their user information. From there you've updated the website to use the user pool and utlized the AWS SDKs to provide a signin form on the site.
131+
132+
### Next
133+
134+
:white_check_mark: After you have successfully logged into your web application, you can proceed to the next module, [Serverless Backend][serverless-backend].
127135

128136
### Extra
129137

0 commit comments

Comments
 (0)