Skip to content
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 configurations #42

Open
coto opened this issue Jul 24, 2013 · 1 comment
Open

Security configurations #42

coto opened this issue Jul 24, 2013 · 1 comment

Comments

@coto
Copy link

coto commented Jul 24, 2013

To have the possibility of enable or disable these security features:

  • Send emails report for every Http error. (Choose between 404 and other)
  • punishment room: where go bad guys (a bunch of 404 errors in short period of times)
  • Captcha after fill in any form (Login, Register, Contact) more than 5 times in a minute
@mdornseif
Copy link
Contributor

Probably you are better of with different Middlewares, e.g. https://github.com/klmitch/turnstile https://github.com/simonw/ratelimitcache http://forrst.com/posts/Limiting_number_of_requests_in_a_given_timeframe-0BW

I think adding login functionality or Captchas to a session library would be out of scope of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants