# AspNetIdentity.WebApi **Repository Path**: ChuckWebApi/AspNetIdentity.WebApi ## Basic Information - **Project Name**: AspNetIdentity.WebApi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS =============== Tutorial which will cover how to integrate ASP.NET Identity system with ASP.NET Web API. In this tutorial we'll build a secure HTTP service which acts as back-end for SPA front-end built using AngularJS, it should cover in a simple way different ASP.NET Identity 2.1 features such as: Accounts managements, roles management, email confirmations, change password, roles based authorization, claims based authorization, brute force protection.