From b7890f42d22ab9ac142013a26d7abca3b5d40980 Mon Sep 17 00:00:00 2001 From: Megan McMahon Date: Tue, 24 Oct 2023 12:46:00 -0600 Subject: [PATCH] Update Authentication.md --- module5/labs/Week3/Authentication.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module5/labs/Week3/Authentication.md b/module5/labs/Week3/Authentication.md index 218d61b..c6c2f7e 100644 --- a/module5/labs/Week3/Authentication.md +++ b/module5/labs/Week3/Authentication.md @@ -12,7 +12,9 @@ In today's lab, there are 2 tracks. You may complete the tracks in any order. When we initially implemented the Identity scaffolding, we chose to override _all_ of the login related pages in the **Add Identity** Dialog. Some of these pages are not necessary. Your task is to experiment with which of these pages you want to include, or not. For each experiment: -* Create a new ASP.NET MVC application (you will not need a database). +* Create a new ASP.NET MVC application. + * You will need a DbContext Class, and the associated program.cs and appsetting.json setup. + * You will not need any models, though you _could_ create some if you want. * Try a new combination of pages to override at this step of the scaffolding. * Keep track of what combo you are using, and keep notes about how this selection impacted your application! @@ -38,4 +40,4 @@ After you list of improvements is approved, checkout a new branch and implement âś…Commit and push your improvements branch. Create a Pull Request and send a link to that PR to your instructors. - \ No newline at end of file +