itsmejyv
how to add recaptcha in filament login form?
Additionally information: https://www.youtube.com/watch?v=v8R0FRkFOmg
11 replies
how to add recaptcha in filament login form?
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
11 replies
Plugin Recommendation: Do we have a plugin where there's a edit profile with 2FA and with 2FA login?
4 replies