A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Carts can be accessed by anonymous users without problem (as long as you enable AnonymousIdentificationModule in ASP.NET) https://docs.microsoft.com/en-us/dotnet/api/system.web.security.anonymousidentificationmodule?view=netframework-4.8
To force users to log in, you can just make sure your action in your checkout controller is marked with Authorize attribute. That'd redirect users to log in page, if they are not logged in
I need to implement above flow using mvc, angular and episerver? If anyone has any idea please share it