Challenge: Adding Authentication
Practice how to add authentication in a Deno application.
Below, you are provided with an initial code. Implement the following tasks in it.
Task 1
We have created a login logic for you to get the username and password from the user. Your job is to add the logic to check if the password entered ...
Ask