Skip to content
On this page

Overview

A user owns multiple identities (email address, phone number, ...) and Quant allows you to use these identities for authentication. An authentication request is as simple as:

bash
curl -X POST https://api.quantauth.app/v1/authentication-request/ \
-H "Content-Type: application/json" \
-d '{"email": "test@example.com", "application_title": "My App"}'

The request will wait for the user to confirm or deny the request.

All rights reserved