{"id":16640280,"url":"https://github.com/yuzd/hangfire.dashboard.basicauthorization","last_synced_at":"2025-08-11T21:16:55.651Z","repository":{"id":47405628,"uuid":"135045911","full_name":"yuzd/Hangfire.Dashboard.BasicAuthorization","owner":"yuzd","description":"Hangfire.Dashboard.BasicAuthorization for .netcore","archived":false,"fork":false,"pushed_at":"2019-11-12T02:46:13.000Z","size":5,"stargazers_count":47,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-13T07:08:27.367Z","etag":null,"topics":["basicauthentication","hangfire"],"latest_commit_sha":null,"homepage":null,"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/yuzd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-27T12:50:45.000Z","updated_at":"2024-08-19T15:14:53.000Z","dependencies_parsed_at":"2022-08-23T12:42:21.887Z","dependency_job_id":null,"html_url":"https://github.com/yuzd/Hangfire.Dashboard.BasicAuthorization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzd%2FHangfire.Dashboard.BasicAuthorization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzd%2FHangfire.Dashboard.BasicAuthorization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzd%2FHangfire.Dashboard.BasicAuthorization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzd%2FHangfire.Dashboard.BasicAuthorization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuzd","download_url":"https://codeload.github.com/yuzd/Hangfire.Dashboard.BasicAuthorization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221816480,"owners_count":16885345,"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":["basicauthentication","hangfire"],"created_at":"2024-10-12T07:08:22.567Z","updated_at":"2024-10-28T10:22:34.130Z","avatar_url":"https://github.com/yuzd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hangfire.Dashboard.BasicAuthorization for .netcore\n================================\n\nSome authorization filters for Hangfire's Dashboard.\n\nInstallation\n-------------\n\nThis library is available as a NuGet Package:\n\n```\nInstall-Package Hangfire.Dashboard.BasicAuthorization\n```\n\nUsage\n------\n\n## Basic authentication\n\n```csharp\nusing Hangfire.Dashboard;\n\npublic void Configure(IApplicationBuilder app)\n{\n\tapp.UseHangfireServer();\n\tapp.UseHangfireDashboard(\"/hangfire\",new DashboardOptions\n\t{\n\t\tAuthorization = new[] { new BasicAuthAuthorizationFilter(new BasicAuthAuthorizationFilterOptions\n\t\t{\n\t\t\tRequireSsl = false,\n\t\t\tSslRedirect = false,\n\t\t\tLoginCaseSensitive = true,\n\t\t\tUsers = new []\n\t\t\t{\n\t\t\t\tnew BasicAuthAuthorizationUser\n\t\t\t\t{\n\t\t\t\t\tLogin = \"admin\",\n\t\t\t\t\tPasswordClear =  \"test\"\n\t\t\t\t} \n\t\t\t}\n\n\t\t}) }\n\t});\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzd%2Fhangfire.dashboard.basicauthorization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzd%2Fhangfire.dashboard.basicauthorization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzd%2Fhangfire.dashboard.basicauthorization/lists"}