Getting started with Identity in ASP.NET Core
Identity is a simple auth system and a great improvement over Simple Membership. If you're new to it, this exercise should help you get started.
This exercise
What we'll build: A simple auth controller using identity with login/logout actions for use by an SPA.
GitHub: