Skip to content

Instantly share code, notes, and snippets.

@detroitpro
Created February 11, 2014 03:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detroitpro/8928899 to your computer and use it in GitHub Desktop.
Save detroitpro/8928899 to your computer and use it in GitHub Desktop.
ASP.NET Identity IUser*Store Implementations for ASP.NET MVC5 OWIN
Tugberk Ugurlu has an implementation for RavenDB: AspNet.Identity.RavenDB
https://github.com/tugberkugurlu/AspNet.Identity.RavenDB
Daniel Wertheim has an implementation for CouchDB / Cloudant
https://github.com/danielwertheim/mycouch.aspnet.identity
InspectorIT has an implementation for MongoDB: MongoDB.AspNet.Identity
https://github.com/InspectorIT/MongoDB.AspNet.Identity
Stuart Leeks just published a store using Azure Table Storage: AspNet.Identity.TableStorage
https://github.com/stuartleeks/leeksnet.AspNet.Identity.TableStorage
ILMServices has an implementation for RavenDB, too: RavenDB.AspNet.Identity
https://github.com/ILMServices/RavenDB.AspNet.Identity
Antônio Milesi Bastos has built a user store using NHibernate: NHibernate.AspNet.Identity
https://github.com/milesibastos/NHibernate.AspNet.Identity
Bombsquad AB provides a user store for Elastic Search: Elastic Identity
https://github.com/bmbsqd/elastic-identity
aminjam built a user store on top of Redis: Redis.AspNet.Identity
https://github.com/aminjam/Redis.AspNet.Identity
cbfrank has provided T4 Templates to generate EF code for a “database first” user store: AspNet.Identity.EntityFramework
https://github.com/cbfrank/AspNet.Identity.EntityFramework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment