🐛 fix bug with recaptcha (#141) and add doc for recaptcha

* 🐛 fix bug with recaptcha

* 📝 Add documentation for recpatcha

---------

Co-authored-by: max.lerebourg <max.lerebourg@monisnap.com>
Co-authored-by: mhx <mathieu@hanotaux.fr>
This commit is contained in:
maxlerebourg
2024-04-01 20:47:54 +02:00
committed by GitHub
co-authored by max.lerebourg mhx
parent 497d1a2928
commit 6059f23dc3
5 changed files with 21 additions and 4 deletions
+16 -1
View File
@@ -143,4 +143,19 @@ sequenceDiagram
Destroy PluginCache
PluginCache-->>TraefikPlugin: Yes a ban Decision
TraefikPlugin->>User: No, HTTP 403
```
```
## Captcha Configuration:
- Recaptcha
Choose v2 (challenge) and configure the domain to protect:
![Recaptcha image](image_recaptcha.png)
- Turnstile
TODO
- Hcatpcha
TODO
+1 -1
View File
@@ -335,4 +335,4 @@
}
</script>
</body>
</html>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB