This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Version 6 goes brrrr
Changed
- Score Challenges are resolved async, making them fast.
- Validation errors are always for the input name (
g-recaptcha-response
by default). - V3 Responses are faked when Captchavel is disabled, or enabled and faking.
Added
- V2 middleware support bypassing checks on authentication.
- V3 middleware scores 1.0 on authentication.
- Middleware helper builder
- Translation lines for validation errors.
- Support for PHP 8.1.
Removed
- Support for PHP 7.4 or below.
- Support for Laravel 7.x or below.