AliBazzi / IdentityServer4.Contrib.RedisStore

A persistence layer using Redis DB for operational data and for caching capability for Identity Server 4
https://www.nuget.org/packages/IdentityServer4.Contrib.RedisStore
MIT License
137 stars 48 forks source link

Replace IPersistedGrantStore #15

Closed SeriousM closed 5 years ago

SeriousM commented 5 years ago

This change will replace the service IPersistedGrantStore instead of registering a second version of it. (#14)

SeriousM commented 5 years ago

I want to inform you that I found the root cause of my issue: https://github.com/dadhi/DryIoc/pull/76 Thanks.