mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Added KarserRecaptcha3Bundle
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
karser_recaptcha3:
|
||||
site_key: '%env(RECAPTCHA3_KEY)%'
|
||||
secret_key: '%env(RECAPTCHA3_SECRET)%'
|
||||
score_threshold: 0.5
|
||||
enabled: true
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Get your API key and secret from https://g.co/recaptcha/v3",
|
||||
"RECAPTCHA3_KEY": "my_site_key",
|
||||
"RECAPTCHA3_SECRET": "my_secret"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> What's next for Karser Recaptcha3 Bundle? </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Make sure</> you have proper values in your .env file
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/karser/KarserRecaptcha3Bundle</>
|
||||
Reference in New Issue
Block a user