flask-recaptcha
flask-recaptcha copied to clipboard
Added support for language and options for async and defer
Added 2 new configuration options:
- LANGUAGE string
- ASYNC_DEFER bool Also fix a typo in readme
I also added the "aync defer" attributes in my pull request from last year (#7), but your implementation that let the user decide to enable is probably better than mine.
I based on your implementation to do this. Hope to see @mardix updating the repo soon.