Taiseer Joudeh Recently I’ve blogged about using tokens to authenticate users in single page applications, I’ve used ASP.NET Web API, Owin middleware and ASP.NET Identity to store local...
Taiseer Joudeh Recently I was working on securing ASP.NET Web API HTTP service that will be consumed by a large number of terminal devices installed securely in...
Authentication for single page apps can be a tricky matter. In many cases, SPA architecture involves having an isolated front-end application with a framework...