mgerb / wbu-server

The back end for Where Bar You app
Apache License 2.0
0 stars 0 forks source link

Update rate limiting #36

Open mgerb opened 7 years ago

mgerb commented 7 years ago

Change basic rate limiting from IP to user ID after getting it from the JSON web token.

Limit account creation per IP address to 5 per minute. Time out for maybe an hour if exceeded.