Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Protecting User Data

After updating the "Entries" list page to only display the entries for the currently authenticated user, we've take our first step towards protecting our users' data. But it's only a first step.

On the "Entries" list page, when a user clicks on an Entry's "Edit" button, the user is redirected to the "Edit Entry" page using the URL path "/Entries/Edit/1" (for an entry with an Id property va...