Material for learning how to build JWT/OAuth ASP.NET Web API
Hi, I want to deeply understand how to build JWT and OAuth 2 authentication/authorisation using .NET. Would be gratefully for any good links to videos/articels or even courses on this topic. Thanks in advance!
3 Replies
Honestly, https://learn.microsoft.com/en-us/aspnet/core/security/authentication/?view=aspnetcore-9.0 is probably the best
Overview of ASP.NET Core Authentication
Learn about authentication in ASP.NET Core.
https://www.youtube.com/watch?v=ExQJljpj1lY&list=PLOeFnOV9YBa4yaz-uIi5T4ZW3QQGHJQXi
https://www.youtube.com/watch?v=Fhfvbl_KbWo&list=PLOeFnOV9YBa7dnrjpOG6lMpcyd7Wn7E8V
The best in town
Raw Coding
YouTube
ASP.NET Core Authentication (.NET 7 Minimal Apis C#)
ASP.NET Core authentication tutorial with asp.net core c# minimal apis authentication example, working with .net 7, .net 6 and .net 5
Patreon 🤝 https://www.patreon.com/raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev
Discord 💬 https://discord.gg/xgNS26k
Twitter 📣 https://twitter.com/...
Raw Coding
YouTube
ASP.NET Core 3 - Authentication - Ep.1 Basics (UPDATED: READ DESCRI...
In this episode we take a look at authentication and authorization basics in .net core 3
NOTICE - UPDATED PLAYLIST
https://www.youtube.com/playlist?list=PLOeFnOV9YBa4yaz-uIi5T4ZW3QQGHJQXi
Patreon 🤝 https://www.patreon.com/raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev
Discord 💬 https:/...
Thanks