how to add recaptcha in filament login form?
I don't know where to put the script from google recaptcha in login form of filament, is there any way to integrate it there?
Solution
Here's how I did it for future newbie like me:
Install first the dependent package:
Add these two to your .env and paste your google site and secret key there
Install this for filament:
Then publish it (required):
add this two code, in login.blade.php inside of the form (if you're using the built-in filament login)
Then modify it and follow other instruction after adding it.
https://github.com/anhskohbo/no-captcha
Install first the dependent package:
Add these two to your .env and paste your google site and secret key there
Install this for filament:
Then publish it (required):
add this two code, in login.blade.php inside of the form (if you're using the built-in filament login)
Then modify it and follow other instruction after adding it.
https://github.com/anhskohbo/no-captcha
GitHub
No CAPTCHA reCAPTCHA For Laravel. Contribute to anhskohbo/no-captcha development by creating an account on GitHub.