cthit / gotify

Notification service for internal use written in golang
0 stars 0 forks source link

Rate limit login attempts #3

Open williamleven opened 6 years ago

williamleven commented 6 years ago

There should be a rate limit if you provide an incorrect key to prevent brute force attacks.

williamleven commented 6 years ago

There might be a point in rethinking the api's security. A pre-shared key is maybe not the optimal solution