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

2.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 May 04:28

Features

  • Add a Password Option to set the number of unique chars (#1097)
  • Remove cancellationToken parameter in UserManager::RemovePasswordAsync (#1060)
  • EF UserStore: Expose a new protected virtual for each Find() query (#1040)
  • Consider having the UserValidator ensure that SecurityStamp != null (#1016)
  • Make AddEntityFrameworkStores smarter with generics (#1001)
  • Consider improvements for custom key type in AddEfStores (#876)

Bugs Fixed

  • Improve email validation (#1086)
  • Wrong property name (#1052)
  • Using Microsoft.AspNet.Identity.AspNetCoreCompat package in an ASP.NET MVC 4.6.1 application (#1048)
  • GetTokenAsync and RemoveTokenAsync is not virtual (#1041)
  • No foreign key constraint on custom AspNetUserTokens (#1023)