MRyabiy

Results 1 comments of MRyabiy

try to create your own type like this: ``` public class YourOwnTokenStore : YourOwnTokenStore< OpenIddictEntityFrameworkCoreAuthorization, OpenIddictEntityFrameworkCoreApplication, OpenIddictEntityFrameworkCoreToken, TContext, string> where TContext : DbContext { public YourOwnTokenStore( IMemoryCache cache, TContext context,...