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

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:20

Features

  • Proposal: make UserStore.ThrowIfDispose protected (#750)
  • Make dependency in IHttpContextAccessor optional (#655)

Bugs Fixed

  • Cookie names not set properly. (#763)
  • UserManager.ThrowIfDisposed should be protected (#762)
  • Change username's default allowed characters to confirm better to email spec (#742)
  • UserManager does not normalize role name before passing to UserStore (#716)
  • RequireNonLetterOrDigit does not allow to use letters and digits (#709)
  • SignInManager constructor incorrectly checks contextAccessor.HttpContext (#674)
  • GetUserId extension method doesn't honor IdentityOptions.ClaimsIdentity.UserIdClaimType (#663)
  • Pass in DbContextOptions to *.IdentityDbContext for all version of IdentityDbContext <> (#652)
  • Sample AccountController does not populate ViewBag.LoginProviders on Login (#638)
  • UserManager.GetUsersInRoleAsync XML comment wrong (#632)