Video walk-through of adaptive MFA with Authsignal rules, plus how to reproduce the flow using Postman and the Server API.Documentation Index
Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt
Use this file to discover all available pages before exploring further.
To follow along with Postman, see API testing using Postman for importing the Server API from OpenAPI and setting
baseUrl, secretKey, and userId.This walk-through uses these Server API endpoints:- Enroll verified authenticator —
POST /users/{userId}/authenticators - Track action —
POST /users/{userId}/actions/{action} - Validate action —
POST /validate - Get action —
GET /users/{userId}/actions/{action}/{idempotencyKey}

