{"id":32274623,"url":"https://github.com/brodriro/httpmutualauthentication","last_synced_at":"2026-02-21T08:02:21.097Z","repository":{"id":56832659,"uuid":"188304053","full_name":"brodriro/HttpMutualAuthentication","owner":"brodriro","description":"Dart HTTP Mutual Authentication","archived":false,"fork":false,"pushed_at":"2024-06-28T04:24:44.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T17:11:33.279Z","etag":null,"topics":["android","flutter","mutual-authentication"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brodriro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-05-23T20:45:36.000Z","updated_at":"2024-06-28T04:03:09.000Z","dependencies_parsed_at":"2022-09-08T05:11:24.456Z","dependency_job_id":null,"html_url":"https://github.com/brodriro/HttpMutualAuthentication","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/brodriro/HttpMutualAuthentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodriro%2FHttpMutualAuthentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodriro%2FHttpMutualAuthentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodriro%2FHttpMutualAuthentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodriro%2FHttpMutualAuthentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brodriro","download_url":"https://codeload.github.com/brodriro/HttpMutualAuthentication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodriro%2FHttpMutualAuthentication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","flutter","mutual-authentication"],"created_at":"2025-10-22T23:38:17.270Z","updated_at":"2026-02-21T08:02:21.091Z","avatar_url":"https://github.com/brodriro.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Http Mutual Authentication\n\n## Using\nOptional params: `password` and `pathCertificate`\n\n```dart\n  /// Init HttpAuth with HttpAuthBuilder\n  /// sets [authPass] and [pathCertificate] for request\n  HttpAuth httpAuth = new HttpAuthBuilder(\n          authPass: \"password\", pathCertificate: \"assets/certificate.p12\")\n      .build;\n\n  /// Replace your url\n  httpAuth.getRequest(\"http://www.google.com\").then((result){\n    /// Parse response with HttpAuth.parseBody -\u003e String\n    HttpAuth.parseBody(result).then((resultString){\n      print(\"Results: $resultString\");\n    });\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrodriro%2Fhttpmutualauthentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrodriro%2Fhttpmutualauthentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrodriro%2Fhttpmutualauthentication/lists"}