Checks that the TOTP sent in the body belongs to a verified totp device of the session user
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'http://localhost:8000//totp/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"totp": "123456"
}'
Responses
application/json
Verification result and optionally the session with a refreshed MFA claim
Modified at 2024-10-01 07:35:40