Node.js
Mobile App Prerequisites
Before you start coding, make sure you have the following in place.
Tools you need:
- Android Studio (stable channel) installed. The current stable release is listed on the Android Studio releases page.
- Android SDK. Android Studio will guide you through this on first run.
- A device running Android 7.0+. We’ll use API 24 as the minimum for this tutorial.
Silent Authentication works by verifying the user through mobile network context. In practice that means:
- It’s best tested on a real Android phone with a SIM + mobile data.
- The Android emulator usually won’t behave like a real mobile network (and often can’t validate what Silent Auth needs).
Getting Started with Silent Authentication
Silent Authentication takes quite a bit to understand. This tutorial shows you how to build an integration from scratch with Nodejs and Kotlin
Available on:
Steps
1
Introduction2
Backend Prerequisites3
Set Up the Environment4
Set Up Your Vonage Credentials5
Add the Vonage Verify API to the Backend6
Test the Backend7
Mobile App Prerequisites8
Set Up the Environment9
Create a Basic Android Application10
Connect with the Backend11
Use the Vonage Client SDK12
Set Up The Testing Environment13
Test the Implementation