Created
March 13, 2018 13:43
-
-
Save talkingdotnet/213b3f4e2b1e392a1c0f7375ecf4a60c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services.AddIdentity<IdentityUser, IdentityRole>(options => options.Stores.MaxLengthForKeys = 128) | |
.AddEntityFrameworkStores<IdentityDbContext>() | |
.AddDefaultUI() | |
.AddDefaultTokenProviders(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment