brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

MembershipReboot and LoadBalancing... #695

Open windischb opened 7 years ago

windischb commented 7 years ago

Hi!

Currently i try to find out if i can use MembershipReboot in my Project. But i can't find an Answer in the Documentation if there are any Problems in Loadbalanced Environments... If i create the UserAccount and Password hashing happens on Server A. Is it possible for the other Servers to Validate the Password out of the Box? Do i have to configure a "Key" or a Certificate which is on all Servers the same?

brockallen commented 7 years ago

MR doesn't need anything special for load balancing. Your cookie library might though.