Two-Factor Authentication
Confugration
export default {
/**
* Allows the use of MFA for users in the application.
*/
mfa: true,
}API
Proceed to the application after a successful MFA attempt.
Path parameters
strategystringRequired
Body
otpstringOptional
Responses
301
Authentication successful. Redirecting to next step...
application/json
anyOptional
Authentication successful. Redirecting to next step...
post/auth/{strategy}/mfa
301
Authentication successful. Redirecting to next step...
No content
Changelog
Last updated