This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
Releases: aspnet/Identity
Releases · aspnet/Identity
2.0.1
1.1.4
1.0.5
2.0.0
2.0.0-preview2
2.0.0-preview1
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
1.1.0
1.1.0-preview1
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
1.0.0
1.0.0-rc2
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)