Implementing Refresh Tokens and Session Timeout in .NET Core and Angular



Implementing Refresh Tokens and Session Timeout in .NET Core and Angular

Implementing Refresh Tokens and Session Timeout in .NET Core and Angular

In this tutorial, you will learn how to handle Refresh Tokens and Session Timeouts, and automatically log out users if they remain idle for a certain period of time using .NET 7 and Angular 15.

To get started with this tutorial, you can continue from one of my commits and code along with me to learn how to implement Refresh Tokens and Session timeouts.

Timecodes
0:00 – Project Setup
04:45 – Adding RefreshToken to database
13:05 – Api side implementation part 1
24:06 – Api side implementation part 2
34:57 – Client side implementation part 1
45:42 – Client side implementation part 2
56:57 – Client side implementation part 3

🛑 The full course is available on Udemy: 🛑
https://www.udemy.com/course/aspnet-core-identity-with-angular-jwt-email-confirmation/?couponCode=944E3DE5DE07786F3045

https://www.udemy.com/course/aspnet-core-identity-with-angular-jwt-email-confirmation/?referralCode=2FADAD157B7E7E82522A

Source Code
https://github.com/shayanvaghei/IdentityApp

Comments are closed.