From d27b4e5d1b25e766d42af0be3a3c4f44371473f0 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Wed, 12 Oct 2022 01:26:20 +0330 Subject: [PATCH] add new link --- docs/security/authentication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/security/authentication.md b/docs/security/authentication.md index e81706e..42b66a0 100644 --- a/docs/security/authentication.md +++ b/docs/security/authentication.md @@ -75,6 +75,7 @@ - [Deep Dive: Multi-Factor Authentication with .NET 5](https://www.youtube.com/watch?v=sKjpLblZeDQ&t=2s) - [Asp Net Core 5 Rest API Authentication with JWT Step by Step](https://www.youtube.com/watch?v=LgpC4tYtc6Y&ab_channel=MohamadLawand) - [Intro to JWT - Step by Step](https://www.youtube.com/watch?v=U8HnsWU5zkE&ab_channel=MohamadLawand) +- [ASP.NET Core In Depth Cookie Authentication Explanation](https://www.youtube.com/watch?v=hw2B6SZj8y8) ## 🚀 Samples - [blowdart/AspNetAuthenticationWorkshop](https://github.com/blowdart/AspNetAuthenticationWorkshop)