#Scope
The scope of the project is to provide ASP.NET Identity based on Cache database.
ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
####Second stage:
####Now you can test provided functionality by performing following steps:
You should replace Namespace and Port to yours if needed.
We provided unit testing (Identity.Test project).
####Testing with unit tests.
You should replace Namespace and Port to yours if needed.
Nuget package.
#####We created package - InterSystems.AspNet.Identity.Cache.1.0.0.nupkg (Release folder).
#####Installation of nuget package to your project - http://stackoverflow.com/questions/10240029/how-to-install-a-nuget-package-nupkg-file-locally.
Dll placed to Release folder.
Initial Release