Cognito - Account Confirmation (verifyContact)

Card Puncher Data Processing

About

The verifyContact state

Account confirmation occurs either using :

  • the email verification process (After users submit their registration (sign-up), Amazon Cognito will send a confirmation email with:
    • a verification code to the address they provided. Users return to the site and enter their email address and the verification code they received
    • or a link
  • or a manual confirmation through the Amazon Cognito console. For testing, you can confirm user accounts using the Amazon Cognito console using fake email addresses

The verification email may end up in your spam folder. For real deployments, configure the user pool to use Amazon Simple Email Service to send emails from a domain you own.

Account confirmation needs a domain as it's added to the confirmation link.

https://domain.auth.eu-central-1.amazoncognito.com/confirmUser?client_id=69agshfavua6m4lb8t&user_name=gerardnico&confirmation_code=226603

Cognito Registration Confirmation

Documentation / Reference





Discover More
Card Puncher Data Processing
Aws - Cognito

IAM (Identity Access Management) in Aws Account management where: user pool is a user directory service to handle: user registration, authentication, and account recovery. identity...
Card Puncher Data Processing
Cognito - Authentication state (Lifecycle)

in Cognito authState is the current authentication state (a string): signIn for signUp for for confirmSignIn confirmSignUp forgotPassword verifyContact for signedIn when signedIn
Cognito Js Auth Sign In
Cognito - Sign-in

The sign-in state After users have a confirmed account, they will be able to sign in: They gives their username (or email) and password. On internet,: a JavaScript function then communicates with...



Share this page:
Follow us:
Task Runner