christianwgd / django-friendly-captcha

Django field/widget for Friendly Capture (https://friendlycaptcha.com).
Other
4 stars 2 forks source link

Local captcha verification #5

Open mimi89999 opened 1 year ago

mimi89999 commented 1 year ago

Hello,

I saw that there is an open source implementation of the verification server https://github.com/FriendlyCaptcha/friendly-lite-server. Would it be possible to implement it in this module to perform captcha verification locally?

christianwgd commented 1 year ago

I don't think this should be part of this package. But a far as i understand the docs, you can implement your own server as described and simply change the FRC_CAPTCHA_VERIFICATION_URL setting to call your service endpoint.