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

3.0.0-beta8

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

Features

  • There is no way to change Login Url when using UseIdentity()? (#539)
  • AddIdentity will add a marker Identity service and UseIdentity will throw if not found (#511)
  • AddUserManager should register TUserManager as a service (#493)
  • Review if a package description is required for these packages (#409)

Bugs Fixed

  • Pass in DbContextOptions to Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext (#570)
  • Fix travis build (#546)
  • Investigate possible spurious concurrency exceptions caused by Identity calls (#502)