.AspNetCore.Identity.Application cookie isn’t removed after logout
I’ve experienced a big problem in my app. The .AspNetCore.Identity.Application cookie isn’t removed from the browser’s cookie storage after logging out the user.
Identity Framework Web API(.Net 8) how to control the Token Expire time
I have been using Identity Framework packages in my ASP.Net Core Web API Project(.Net8). I have the following setup: