i have created a simple web app which contains recaptcha authentication. however, i feel that it is too difficult for my userbase.
i’d like a simple and decently secure solution that i can use with GAE-py without much effort, which uses something like a slider/drag-drop approach.
something like Qaptcha.
Any recommendations?
Although Qaptcha is based on PHP, but what it’s actually do is just send an AJAX request to server after user slided to unlock.
So you can specify your own request url like this.
And then just response the json result with
{"error":false}and it should be work fine.