IdentityServer4.EntityFramework.Storage icon indicating copy to clipboard operation
IdentityServer4.EntityFramework.Storage copied to clipboard

EntityFramework persistence for IdentityServer4

Results 3 IdentityServer4.EntityFramework.Storage issues
Sort by recently updated
recently updated
newest added

**What issue does this PR address?** Poor token cleanup performance **Does this PR introduce a breaking change?** No **Please check if the PR fulfills these requirements** - [ ] The...

Fixed to pick up the ```Properties``` collection for identity resources and added ```AsNoTracking```.

Add extension methods that use `AddDbContextPool` instead of `AddDbContext`.