thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

How to use different access keys? #38

Closed scofield-ua closed 4 years ago

scofield-ua commented 5 years ago

Is there is a way how can I specify a different access key for the captcha? One captcha on one page, another captcha on another page. So we can track usage of it separately.

thinhbuzz commented 5 years ago

It's too late, but if you still need it, version 2.2.0 already supports this feature.

scofield-ua commented 5 years ago

Thanks.