Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request POST \
--url https://pria.praxislxp.com/api/auth/mfa-cancel \
--header 'Content-Type: application/json' \
--data '
{
"challengeId": "65f2c9a1d8e4b3c5a1234567"
}
'{
"success": true
}Marks the challenge as invalidated server-side so it can no longer be used for /mfa-verify or /mfa-resend. Idempotent — calling it on an already-cancelled / expired / verified challenge still returns 200.
The client should clear its sessionStorage copy of the challengeId
and route the user back to the login screen.
curl --request POST \
--url https://pria.praxislxp.com/api/auth/mfa-cancel \
--header 'Content-Type: application/json' \
--data '
{
"challengeId": "65f2c9a1d8e4b3c5a1234567"
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?