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.
- Click on the button
Sign In with WhatsApp. - A new window will be displayed then input your WhatsApp Phone number.
- You will receive a message with a One-Time Passcode (expires in 1 minute).
- 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.
- Go to Organization page
- Select from the table the organization to create a new application.
- Authentication Apps table now is loaded, click on the
Newbutton. - 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 codeABCD1234).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 fromhttp://localhost:[PORT]orhttp://127.0.0.1:[PORT]
- After that click on
Create, your app will be added to the table.