Releases: brockallen/BrockAllen.MembershipReboot
v2.2.1
Changed how cookie value is generated for 2fa browser registration policy.
v2.2.0
Added two factor authentication support.
v2.1.0
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
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.