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

Releases: brockallen/BrockAllen.MembershipReboot

v2.2.1

05 Aug 21:32
Compare
Choose a tag to compare

Changed how cookie value is generated for 2fa browser registration policy.

v2.2.0

04 Aug 16:26
Compare
Choose a tag to compare

Added two factor authentication support.

v2.1.0

19 Jul 05:47
Compare
Choose a tag to compare

This release builds upon the previous one by polishing the features that were introduced in v2.0.0. There are some breaking changes from v2.0.0, but it was so recent that chances are that you didn't have time to build much based upon it. :)

v2.0.0

16 Jul 19:39
Compare
Choose a tag to compare

v2.0 is a major change in the configuration system for MembershipReboot. A new MembershipRebootConfiguration class was added that aggregates the SecuritySettings, the IUserAccountRepository, the email notification mechanism for and finally the username, password and email validators. The intent is to remove the dependencies upon the global security settings and allow for different invocations within the same application to have different settings for all of these settings.