angular-spa-security
angular-spa-security copied to clipboard
Angular Security Provider for ASP.Net MVC SPA
**Upgrade Request** @JustMaier Is there any plan to upgrade **angular-spa-security** with angular 6?
What's a point of enter in Modified SPA demo? I didn't find a main page View.
Thanks for the great work. Not sure of the value of the "ConfirmEmail" if login is still permitted without having confirmed the email. Is there something I'v missed?
IIS after recycling do not understand headers and return 401 to every request (not only for [Authorize] methods, even to static content). Client treats himself as authenticated. In the LoginCtrl...
When login success will redirect url, i know can set something, maybe return url or securityProvider.urls.home. But in my case, I get return url after login, if this code exist,...
Hi, I'm using your code to integrate Angular SPA with ASP.NET MVC5 and it is very usefull. I can't resolve a little but important issue. I can login, and everything...
HttpContext.Current.User.Identity.GetUserId() returns null How to get userId on server side?