I need to refresh ASP.NET SPA website after the user has logged off and somebody else has logged on with a different user account. The menus are dependant on the permissions per user and role so the interface needs to be refreshed. What is the best way to
do that?
None
0 Points
1 Post
How to refresh Single Page Application website after user change?
Jun 16, 2016 04:43 PM|archie60|LINK
I need to refresh ASP.NET SPA website after the user has logged off and somebody else has logged on with a different user account. The menus are dependant on the permissions per user and role so the interface needs to be refreshed. What is the best way to do that?
All-Star
17652 Points
3510 Posts
Re: How to refresh Single Page Application website after user change?
Jun 17, 2016 09:16 AM|Chris Zhao|LINK
Hi archie60,
You could use OAuth authentication.
Secure a Web API with Individual Accounts and Local Login in ASP.NET Web API 2.2
SPA Authentication in a .NET world
Best Regards,
Chris