This is a sample application to be used as a base for this simple coding exercise.
Please ensure you have created a new fork to make your changes in.
-
Password Validation
Add additional Password Validation to prevent users from registering or changing their password to a password that has been exposed in a data breach.
-
Fetch Data Formatting
Format the date in the Fetch Data grid to a human readable format
Update the Summary column to display friendly icons for each forecast summary
You should utilise the API from https://haveibeenpwned.com/Passwords to check for breached passwords.
Full API information can be found here https://haveibeenpwned.com/API/v3#PwnedPasswords An API Key is not required for searching passwords.
You should display a useful error message to the end-user
The grid in question is on the URL https://localhost:5001/fetch-data