Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Overview

Brock Allen edited this page Oct 21, 2013 · 2 revisions

MembershipReboot is an identity management library. One of the main features is to manage, store and validate passwords for user accounts. It also manages other account related data such as username, email, mobile phone number, claims, certificates, and external identity providers (such as google and facebook).

MembershipReboot has a decoupled design of the security code from the persistence of the account data. Application developers can either use an existing database implementation or build their own.

Clone this wiki locally