formio
formio copied to clipboard
FIO-8027 added Cloudflare Turnstile as a captcha Provider
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-8027
Description
Added premium Captcha component. validationDatabaseHooks and serverRules hooks have been added
Dependencies
https://github.com/formio/premium/pull/290 https://github.com/formio/formio.js/pull/5571 https://github.com/formio/formio-server/pull/1474 https://github.com/formio/core/pull/83 https://github.com/formio/formio-app/pull/1557
How has this PR been tested?
locally with using Cloudflare Turnstile provider
Checklist:
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if applicable)
- [x] My changes generate no new warnings
- [ ] My changes include tests that prove my fix is effective (or that my feature works as intended)
- [x] New and existing unit/integration tests pass locally with my changes
- [x] Any dependent changes have corresponding PRs that are listed above