IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

Automatically dispose IdentityDbContext #9

Closed DmitryNaumov closed 9 years ago

DmitryNaumov commented 10 years ago

UserStore is able to dispose DbContext, if told so.

DmitryNaumov commented 10 years ago

Ooops, it's my fault. I was so proud of myself about removing extra dependency from ctor that I forgot to call userManager.Dispose

Changeset added.

brockallen commented 9 years ago

This is now moot given the DI rework. I'll update the samples here soon.