v0.2.0
Initial public release.
Initial public release.
actionScores config option allows different minimum score thresholds for each reCAPTCHA action (e.g., stricter for signup, more permissive for login)validateOnStartup config option ('warn' | 'error' | false) probes the Google API on boot to verify credentials and connectivity before serving trafficRecaptchaProvider.validateConfig() method — providers can now implement optional startup validation; all three built-in providers (v2, v3, Enterprise) include validation logicRecaptchaValidationResult interface — structured result type for startup validation with valid, message, hint, and httpStatus fields