Skip to main content

2 posts tagged with "release"

View All Tags

v0.2.0

nauth-toolkit team

Initial public release.

v0.2.1

nauth-toolkit team

Added

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