MENU

Fun & Interesting

Master Refresh Tokens in ASP.NET Core (building from scratch)

Milan Jovanović 18,899 4 months ago
Video Not Working? Fix It Now

Get the source code for this video for FREE → https://the-dotnet-weekly.kit.com/refresh Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic Master the implementation of refresh tokens in ASP.NET Core! In this video, we'll build a secure authentication system from the ground up. You'll learn how Refresh Tokens actually work, follow along with a step-by-step implementation, and discover best practices for token storage and security. We'll also cover token revocation so you avoid common pitfalls that many developers face. No fluff, just practical code, and real-world implementation. Problem Details for ASP.NET Core APIs https://www.milanjovanovic.tech/blog/problem-details-for-aspnetcore-apis Check out my courses: https://www.milanjovanovic.tech/courses Read my Blog here: https://www.milanjovanovic.tech/blog Join my weekly .NET newsletter: https://www.milanjovanovic.tech Chapters 0:00 Access Token problems 1:46 Creating a Refresh Token entity 4:29 Returning Refresh Token with JWT 7:38 The reason behind Refresh Tokens 8:34 Logging in with a Refresh Token 13:54 Revoking Refresh Tokens

Comment