2Nis
Secure authentication on SPA/Javascript application with “remember me” support
I have 3 website projects as follows;
identity.example.com (asp.netcore + IdentityServer4)
api.example.com (asp.netcore webapi)
www.example.com (asp.netcore + aurelia)
I am able to authenticate the user using SPA user-agent using impli…