Secure SPA

September 12, 2019 ยท View on GitHub

ASP.NET Core 3.0 or later offers authentication in Single Page Apps (SPAs) using the support for API authorization. Review the Microsoft Docs on Authentication and authorization for SPAs guidance to learn more.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. Launch the project using:
    dotnet run
    
  3. Open https://localhost:5001/ in your browser to view the Web UI

Technologies

  • ASP.NET Core 3 Preview 9
  • Entity Framework Core 3 Preview 9
  • Angular 8