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
post
/auth/{strategy}/mfa301
Authentication successful. Redirecting to next step...
No content
Changelog
Last updated