# Passwordless Lite How to integrate the fastest login method for Super Apps. --- Ideal for delivery and ride-hailing apps where users don't care about remembering passwords. **Integration Steps:** 1. On the login page, only ask for the user's phone number. 2. Upon clicking login, call `/api/verify/init` and automatically open the WhatsApp/Telegram link using `window.open(waLink)`. 3. Once the user sends the message, the polling system catches the `VERIFIED` state and immediately logs them in, generating a session token (bypassing the password step entirely).