How can I prevent the browser caching credentials of the logged in user, when user enters my Blazor server side web app?
I have a blazor server side app with windows authentication. How can I programmatically prevent the browser, caching the logged in user’s credentials?