{"id":19446792,"url":"https://github.com/lesterrry/keychainbridge","last_synced_at":"2026-06-23T17:32:23.604Z","repository":{"id":186412137,"uuid":"675126990","full_name":"lesterrry/KeychainBridge","owner":"lesterrry","description":"MacOS Keychain wrapper","archived":false,"fork":false,"pushed_at":"2023-08-18T21:30:00.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T12:14:20.495Z","etag":null,"topics":["macos","package","spm","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lesterrry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-05T21:48:43.000Z","updated_at":"2023-08-05T21:51:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"df33826d-0b7e-49bd-85b6-12593a25c510","html_url":"https://github.com/lesterrry/KeychainBridge","commit_stats":null,"previous_names":["lesterrry/keychainbridge"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/lesterrry/KeychainBridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesterrry%2FKeychainBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesterrry%2FKeychainBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesterrry%2FKeychainBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesterrry%2FKeychainBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lesterrry","download_url":"https://codeload.github.com/lesterrry/KeychainBridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesterrry%2FKeychainBridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["macos","package","spm","swift"],"created_at":"2024-11-10T16:15:08.589Z","updated_at":"2026-06-23T17:32:23.585Z","avatar_url":"https://github.com/lesterrry.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗝️ KeychainBridge\n\nProvides an easier way to manipulate keys in MacOS keychain\n\n```swift\nlet bridge = KeychainBridge(serviceName: \"com.aydarmedia.keychainbridge\")\nlet account = \"bridge\"\nlet tokenContent = \"test_token\"\nlet tokenContentOverwritten = \"bruh\"\n\ntry bridge.saveToken(tokenContent, account: account)\n\nXCTAssertEqual(try bridge.getToken(account: account), tokenContent)\n\ntry bridge.saveToken(tokenContentOverwritten, account: account)\n\nXCTAssertEqual(try bridge.getToken(account: account), tokenContentOverwritten)\n\ntry bridge.deleteToken(account: account)\n\nXCTAssertThrowsError(try bridge.getToken(account: account))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesterrry%2Fkeychainbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesterrry%2Fkeychainbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesterrry%2Fkeychainbridge/lists"}