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

3.0.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 29 Apr 18:08

Bugs Fixed

  • Override defaults to use Identity instead of Sequence for SQL Server in IdentityDbContext (#426)
  • Port 2.2 ResetAccessFailed fix (#398)
  • Switch to interface dependencies in project.json (#396)
  • Consider moving PrincipalExtensions to ClaimsPrincipal (#395)
  • Allow localizing front-end messages. (#379)
  • Remove IdentityMessage/interfaces (#359)
  • User.IsInRole does not work when you add Role as a claim (#352)
  • inject ILogger (#345)
  • Moving IdentityUser and other POCOs to core seems to lock this more to EF, excluding other databases (#332)
  • Implement deferred logging for efficiency (#329)
  • Log intermediate calls in methods to catch errors (#328)
  • Add sugar overloads of ConfigureFacebookAuthentication (etc) that automatically read options from configuration (#276)
  • ReplaceClaimAsync EF Implementation: update the POCO or remove the old one and create new one (#251)
  • Add a functional test verifying SecurityStampValidator and middleware (#231)
  • Claims transformation for storing claims from external providers (#213)
  • Review null optional services (Make setter private) (#177)
  • Events (#122)
  • Include support for changing the schema name (#105)
  • Consider ASP.NET Sync Context functionality in K (#14)