Skip to content

Example solution for using ASP.NET MVC 5 new identity management together with Web API controllers

Notifications You must be signed in to change notification settings

virajs/AspNetApiSecurityExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Role-Based Security Example

This is an example project to accompany a blog post describing a very basic implementation of Role-Based Security and Identity Account management using ASP.NET MVC 5.

You will need to enable Nuget Package Restore in Visual Studio in order to download and restore Nuget packages during build. If you are not sure how to do this, see Keep Nuget Packages Out of Source Control with Nuget Package Manager Restore

You will also need to run Entity Framework Migrations Update-Database command per the article. The migration files are included in the repo, so you will NOT need to Enable-Migrations or run Add-Migration Init.

The Blog article to accompany this code can be found at Extending Identity Accounts and Implementing Role-Based Authentication in ASP.NET MVC 5

About

Example solution for using ASP.NET MVC 5 new identity management together with Web API controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published