Token-based (Native mobile or Single-page app)
Authenticate incoming request by access token in the HTTP header.
Last updated
Authenticate incoming request by access token in the HTTP header.
Last updated
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.
Your app server will receive a request with the access token
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.
The following tutorials show you how to add user login to your native mobile or single-page app using Authgear.
Choose your platform below:
JavaScript (Web)React Native SDKAndroid SDKiOS SDKFlutter SDKXamarin SDK