andrewlock / PwnedPasswords

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

Seeding and updating hte database #3

Closed SeanFarrow closed 6 years ago

SeanFarrow commented 7 years ago

How do we want to initially seed the database and when new passwords are available what mechanism do we want to provide to allow updates to be applied? Given that EF doesn't support seeding in 2.0.

andrewlock commented 7 years ago

To be honest, I don't think that should be a concern for this library. I think every user would want to go about it differently, so you're probably onto a loser to try and generalise it.

andrewlock commented 6 years ago

Obsolete thanks to #6 and the k-anonymity API