Token-based (Native mobile or Single-page app)
Authenticate incoming request by access token in the HTTP header.
By using Authgear, you can add the login feature to your mobile native app and single-page application easily. Authgear supports various authentication methods, that you can easily turn on and configure in the portal.
Overview
How it works
Your app server will receive a request with the access token
Verify request in your app server
To verify the request in your app server, you can choose to Forward authentication to Authgear Resolver Endpoint or Verify JSON Web Token (JWT) in your app server.
Request Example
Get Started
The following tutorials show you how to add user login to your native mobile or single-page app using Authgear.
1. Frontend Integration
Choose your platform below:
JavaScript (Web)React Native SDKAndroid SDKiOS SDKFlutter SDKXamarin SDK2. Backend Integration
Backend IntegrationLast updated