Skip to content

Instantly share code, notes, and snippets.

@talkingdotnet
Created March 13, 2018 13:43
Show Gist options
  • Save talkingdotnet/213b3f4e2b1e392a1c0f7375ecf4a60c to your computer and use it in GitHub Desktop.
Save talkingdotnet/213b3f4e2b1e392a1c0f7375ecf4a60c to your computer and use it in GitHub Desktop.
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