--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
got it :)
On Thu, Jun 12, 2014 at 5:42 AM, Emily Stark <em...@meteor.com> wrote:
Arunoda, I'm not sure that you need to override many core methods... login hooks should be sufficient for rate-limiting login attempts.
On Wed, Jun 11, 2014 at 4:35 PM, Arunoda Susiripala <aru...@meteorhacks.com> wrote:
See my comment on trello board. We need to guard account-password with rate limiting for password retries and reset emails.It's possible to override core methods and implement this. It don't have a value arguing this on too much.
Sooner or later, we need a solution.
Is there any reason this can't be an atmosphere package?
On Wed, Jun 11, 2014 at 1:29 PM, Ralph Haygood <ralph....@gmail.com> wrote:
I like this idea.
On Wednesday, June 11, 2014 2:53:26 PM UTC-4, Andrew Mao wrote:Another, more transparent way to approach this is just for over-rate method calls to take a long time to return, rather than throwing errors. This rate should be settable in Meteor.settings for a tradeoff between performance and security. I'm thinking about the way that the current UNIX login works.
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| phone: 55 11 9343 0994 skype: teonimesic |
That's cool Matteo
Also, why are you trying to handle a DDOS with application logic? Isn't the whole point to take down your web server? Rate limiting is important but it's not going to keep your server up when a massive amount of connections at Nginx or Haproxy block all other friendly requests and ramp up your server bill.