Skip to main content

First steps

To add authentication flow to a new application follow the next steps.

Login in our Portal

Create a new account in our portal.

Skip the next steps if you already have an account in our Portal.

  1. Click on the button Sign In with WhatsApp.
  2. A new window will be displayed then input your WhatsApp Phone number.
  3. You will receive a message with a One-Time Passcode (expires in 1 minute).
  4. Input the code received after that the window will be closed.

Your account is now created and the access granted to the Portal.

Register a new Application

To register a new application in our Portal follow the next steps.

Skip the next steps if you already have an Application created.

  1. Go to Organization page
  2. Select from the table the organization to create a new application.
  3. Authentication Apps table now is loaded, click on the New button.
  4. A dialog window is displayed then input the next values.
    • Environment: The environment for the application, this affects the authentication flow (development environment never send OTPs to WhatsApp always use an static code ABCD1234).
    • Name: The name for your application, it will be displayed on the authentication window.
    • Description: The description for your application (it could be a welcome message), it will be displayed on the authentication window.
    • Domain: The expected domain to allow authentication.
    • Logout Redirect: After a logout the app will be redirected to the next domain.
    • Support Localhost: Activate if you want to test access from http://localhost:[PORT] or http://127.0.0.1:[PORT]
  5. After that click on Create, your app will be added to the table.