Skip to content

Instantly share code, notes, and snippets.

@detroitpro
Created February 11, 2014 03:40
Show Gist options
  • 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