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

1.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 25 Oct 15:51

Features

  • EF Core stores: Switch to FindAsync() instead of FirstAsync() or SingleAsync() as appropriate (#975)
  • UserManager CancellationToken private (#969)
  • Make it possible to extend/hook Security stamp validation to enable keeping current cookie claims when renewing cookie (#958)
  • Change SignInManager's private helper methods to protected. (#939)
  • Confirm Email Token Expiration/Lifetime (#859)
  • Expose a SignInManager.CheckPassword API that does lockout (optionally) (#852)
  • SignInManager:ExternalLoginSignInAsync needs flag to bypass 2fa (#850)
  • Add IdentityBuilder API for registering IUserClaimsPrincipalFactory (#849)
  • IdentityBuilder does not contain AddSignInManager however it do contain AddUserManager (#565)

Bugs Fixed

  • Unique role names (#944)
  • Minor Comment Tweak (#937)
  • The AspNetCoreCompat package needs to be updated (#881)
  • XML doc issues in Identity classes (#875)
  • UserStore missing a generic parameter 'TRoleClaim' (#855)