Search code examples
reactjsasp.net-core-mvc-2.1

ASP.NET Core 2.1 MVC react.js template and identity


Is it possible to use Microsoft.AspNetCore.Identities in a SPA project with react.js? The template in Visual Studio 2017 only offers a No Authentication option. If you can not use Microsoft.AspNetCore.Identity, what other options are there? Thanks.


Solution

  • IdentityServer4 with AspNetCore.Identities is solution for SPA applications.