This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
v6.0.0
Updates:
- overloaded create api to make it easier to import accounts from external system
- added formal query API (since the IQueryable was removed in v5)
- username/email changed to 254 length
- improved owin support
- added some configuration extension methods
- html email now supported
- relaxed default username validation (slightly)
- reworked some internals of validate vs. authenticate semantics
- added constants for validation message identifiers for use when customizing validation messages
- reworked cancel verification semantics (and API) to work for password resets as well as new accounts
- added command bus to user account service
- reworked claims mapping to new command bus pattern
- added ability to replace validation messages via command bus