You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
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.