andrewlock / PwnedPasswords

An ASP.NET Core Identity validator that checks for PwnedPasswords
MIT License
103 stars 12 forks source link

Fix the rate limiting in API #2

Closed andrewlock closed 6 years ago

andrewlock commented 6 years ago

At the moment, the rate limit is a bit bodged together - it works, but not awaiting the call to Task.Run is surely going to lead to issues.

andrewlock commented 6 years ago

The anonymous endpoint doesn't have a rate limit, which makes things simpler!