express-recaptcha
Version:
Google recaptcha middleware for express
22 lines (21 loc) • 482 B
TypeScript
export interface RecaptchaOptionsV2 {
onload?: string;
checkremoteip?: boolean;
render?: string;
hl?: string;
theme?: string;
type?: string;
callback?: string;
expired_callback?: string;
size?: string;
tabindex?: string;
useRecaptchaDomain?: boolean;
}
export interface RecaptchaOptionsV3 {
onload?: string;
checkremoteip?: boolean;
hl?: string;
callback?: string;
action?: string;
useRecaptchaDomain?: boolean;
}