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

IOptions #67

Open cheng93 opened 3 years ago

cheng93 commented 3 years ago

ASP.NET Core uses the IOptions pattern to inject configurable dependencies.

Is it possible for this library to also support that?