{"id":16352193,"url":"https://github.com/bugthesystem/owin.security.redistokenproviders","last_synced_at":"2025-10-26T02:31:36.861Z","repository":{"id":17500836,"uuid":"20288649","full_name":"bugthesystem/Owin.Security.RedisTokenProviders","owner":"bugthesystem","description":"A RefreshTokenProvider using Redis as token store for Microsoft.Owin","archived":false,"fork":false,"pushed_at":"2018-08-13T21:41:39.000Z","size":1412,"stargazers_count":11,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-05T13:49:48.394Z","etag":null,"topics":["c-sharp","oauth2","redis","refresh-tokens"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugthesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-29T09:20:09.000Z","updated_at":"2024-11-07T09:19:02.000Z","dependencies_parsed_at":"2022-09-18T06:55:15.801Z","dependency_job_id":null,"html_url":"https://github.com/bugthesystem/Owin.Security.RedisTokenProviders","commit_stats":null,"previous_names":["bugthesystem/owin.security.redistokenproviders","ziyasal/owin.security.redistokenproviders"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FOwin.Security.RedisTokenProviders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FOwin.Security.RedisTokenProviders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FOwin.Security.RedisTokenProviders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FOwin.Security.RedisTokenProviders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/Owin.Security.RedisTokenProviders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238247989,"owners_count":19440879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","oauth2","redis","refresh-tokens"],"created_at":"2024-10-11T01:25:17.109Z","updated_at":"2025-10-26T02:31:31.315Z","avatar_url":"https://github.com/bugthesystem.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"OAuth.RedisRefreshTokenProvider\n================================================================\n\nA RefreshTokenProvider using Redis as token store.\n\n**To install Owin.Security.RedisTokenProviders**\n\n```csharp\nInstall-Package Owin.Security.RedisTokenProviders\n```\n\n\n**Set RefreshTokenProvider property of OAuthAuthorizationServerOptions**\n\n```csharp\n OAuthOptions = new OAuthAuthorizationServerOptions\n {\n    //Other configurations\n    \n    RefreshTokenProvider = new RedisRefreshTokenProvider(new ProviderConfiguration\n    {\n       Db = 0,\n       ExpiresUtc = DateTime.UtcNow.AddYears(1),\n       Port = 6379,\n       Host = \"localhost\",\n       AbortOnConnectFail =true //Optional (default:true)\n    })\n    {\n       RedisKeyGenerator = (authenticationTicket, token) =\u003e token, // Optional\n       RefreshTokenGenerator = () =\u003e Guid.NewGuid().ToString()         // Optional\n    }\n };\n\n```\n\nOpen Source Projects in use\n---------------------\n* [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) by StackExchange\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fowin.security.redistokenproviders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fowin.security.redistokenproviders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fowin.security.redistokenproviders/lists"}