Skip to content

Commit 448cdab

Browse files
committed
complete m11
1 parent b20f027 commit 448cdab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

aspnetcore/labs/11-security.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security
2+
3+
Take a look at the ASP.NET Core [cookie sample](https://github.com/aspnet/Security/blob/master/samples/CookieSample/Startup.cs). See if you can add a Razor page to your application that allows a user to sign-in by visiting the proper URL (no password valiation required). Display the user's identity on the page, and also allow a sign-out that is protected by the [Authorize] attribute.

aspnetcore/slides/06/06_Security.pptx

-227 KB
Binary file not shown.

aspnetcore/slides/11_Security.pptx

550 KB
Binary file not shown.

0 commit comments

Comments
 (0)