-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security: add ASCII based CAPTCHA mechanism #31
Comments
this is a good idea, could prevent users from abusing the service by using scripts that automatically create new sessions. could you expand on this idea, how would you implement it? |
this program might help: https://github.com/moul/captcha |
https://github.com/moul/captcha trigger when system is under attack. |
ok, i added that feature and made a pull request here: moul/captcha#130. |
Add ASCII based CAPTCHA mechanism for new instance creation.
The text was updated successfully, but these errors were encountered: