HaugrNet / eds

Cryptographic Web Share
https://haugr.net/
Apache License 2.0
6 stars 0 forks source link

Extend Authentication checks with limitations #68

Open knjensen opened 4 years ago

knjensen commented 4 years ago

Initially, CWS was only suppose to be a backend system. But as CORS (#65) support is being added to provide support for JavaScript frameworks directly connecting with CWS. It means that the purpose is being extended. This requires that the logic is extended with limitation checks for the accounts, so only x retries can be made within a y minute period. Where both should be configurable but the data model must also be extended to support these.