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

Commit 3881b3a

Browse files
committed
remove reference to mfa in module 1 section 5.6 since the MFA has been removed from module
1 parent 49faeb0 commit 3881b3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Auth/1_UserAuthentication/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ After signing up as a new user, sign-in with the same user at the */signin* path
337337

338338
1. Assuming no errors were encountered, you will be redirected to the Sign-in screen. Now, re-enter the same e-mail address and password you chose at registration.
339339

340-
1. *If prompted for an MFA code*, check your phone entered previously for an SMS message. Enter your *SMS MFA code* at the verification code prompt then choose **Verify**. *If not prompted for an MFA code, skip this step*.
341-
342340
1. If the page then loads a map, sign-in was successful and you have successfully integrated Cognito for app authentication.
343341

344342
1. *Optionally*, you may scroll down beyond the map to copy your user's identity token and decode it by pasting it into the 'encoded' input box at [JWT.io](http://jwt.io). You will see all of your user's attributes are encoded within the token, along with other standard attributes such as the time the token was issued, the time the token expires, the user's unique ID, and more.

0 commit comments

Comments
 (0)