Issues with Implementing Sign-out in JavaScript Application Using ASP.NET Core Identity and OpenIddict
I’m currently working on a web application using ASP.NET Core for the backend with Identity and OpenIddict for authentication, and Next.js for the frontend with Next Auth v5. I’m facing issues with implementing the sign-out functionality correctly.