@aws-amplify/amplify-category-auth
Version:
amplify-cli authentication plugin
23 lines (22 loc) • 809 B
JSON
{
"captcha-verify": {
"name": "MFA w/ Captcha (Verification)",
"description": "1 of 3 triggers needed to enable your application to use Google reCaptcha during the authentication flow.",
"env": [
{
"key": "RECAPTCHASECRET",
"value": "askUser",
"private": true,
"question": {
"name": "RECAPTCHASECRET",
"type": "input",
"message": "Enter the Google reCaptcha secret key:"
}
}
]
},
"boilerplate-verify": {
"name": "Custom Auth Challenge Scaffolding (Verification)",
"description": "1 of 3 triggers needed to set-up the basic scaffolding for a custom authentication flow. Please note that this scaffolding should be built out using your desired functionality before being used in production."
}
}