Added KarserRecaptcha3Bundle

This commit is contained in:
karser
2020-01-09 20:29:46 +02:00
parent 3864974895
commit b5ae19111a
3 changed files with 24 additions and 0 deletions
@@ -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</>