SapphicCode / journal

A simple journaling app
MIT License
1 stars 0 forks source link

Implement proper ratelimiting #1

Open SapphicCode opened 6 years ago

SapphicCode commented 6 years ago

Ratelimit the amount of

Note that when I say "by IP", I mean by hashed (likely SHA256'd) IP address, not directly storing the IP.

SapphicCode commented 6 years ago

I'm implementing this for #3, albeit only for that section. Making note to add this to the web app pages too.