.NET Identity with SPA
The ASP.NET Core 3.1 and later templates offer authentication in Single Page Apps (SPAs) using the support for API authorization. ASP.NET Core Identity for authenticating and storing users is combined with IdentityServer for implementing OpenID Connect. Deploy to production To deploy the app to production, the following resources need to be provisioned: A database to store... » read more