ASP.NET Core Cookie Invalidation & Token Revocation (.NET 7 Minimal Apis C#)

Published: 17 January 2023
on channel: Raw Coding
5,429
184

How to invalidation cookie login sessions and how to revoke tokens. A simple technique that can be used is a blacklist, storing an identifier for the cookie or token that should be invalidated or revoked.

Patreon 🤝   / raw_coding  
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev

Discord 💬   / discord  
Twitter 📣   / anton_t0shik  
Twitch 🎥   / raw_coding  

⏭ User Impersonation    • ASP.NET Core User Impersonation (.NET...  
📀 Authentication and Authorization Playlist    • ASP.NET Core Authentication and Autho...  
⏮ ASP.NET Core Dynamic Authorization    • ASP.NET Core Dynamic Authorization (....  

🕰 Timestamps
00:00 Introduction
00:40 Cookie Invalidation
06:22 Token Revocation

👉 Try Rider
https://www.jetbrains.com/store/redeem/
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

#aspnetcore #cookies #tokens