Mikko Puustinen
Results
1
comments of
Mikko Puustinen
We started using the Invisible ReCaptcha a while back without having to do any major modifications to our codebase. **flask configuration** ```python RECAPTCHA_DATA_ATTRS = {'bind': 'recaptcha-submit', 'callback': 'onSubmitCallback', 'size': 'invisible'}...