oncall-engine/engine/common/recaptcha
Innokentii Konstantinov 4b91203eca
Add validation of hostname for recapctha (#1445)
# What this PR does

- Implement recapthca v3 check. DRF_RECAPTCHA didn't support hostname
validation and it's too complicated to add it.
- Add validation of verification code on oncall side to not to call
twilio with obviously invalid codes

## Checklist

- [x] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
2023-03-06 08:59:48 +00:00
..
__init__.py Add validation of hostname for recapctha (#1445) 2023-03-06 08:59:48 +00:00
recaptcha_v3.py Add validation of hostname for recapctha (#1445) 2023-03-06 08:59:48 +00:00