brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

Support for read only db #524

Closed EsbenSkovPedersen closed 8 years ago

EsbenSkovPedersen commented 9 years ago

We would like to geo replicate the db for membership reboot used with identityserver for higher availbility on microsoft azure.

It seems like it is currently not possible because last login time i written to the db when authenticating.

Are there any work arounds for this scenario?

brockallen commented 9 years ago

i guess you could override the Update methods to no-op on those read only deployments. but then how do you do brute force protection? or password reset?