{"id":21864227,"url":"https://github.com/lightsing/tid-rs","last_synced_at":"2025-04-14T20:53:12.205Z","repository":{"id":50888945,"uuid":"520098313","full_name":"lightsing/tid-rs","owner":"lightsing","description":"TouchId integration for Rust","archived":false,"fork":false,"pushed_at":"2022-08-01T14:56:56.000Z","size":11,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T09:05:13.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/lightsing.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":"2022-08-01T12:20:10.000Z","updated_at":"2022-08-01T15:02:54.000Z","dependencies_parsed_at":"2022-08-25T15:50:57.330Z","dependency_job_id":null,"html_url":"https://github.com/lightsing/tid-rs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsing%2Ftid-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsing%2Ftid-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsing%2Ftid-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsing%2Ftid-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsing","download_url":"https://codeload.github.com/lightsing/tid-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665741,"owners_count":21142123,"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":[],"created_at":"2024-11-28T04:08:14.349Z","updated_at":"2025-04-14T20:53:12.178Z","avatar_url":"https://github.com/lightsing.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tid-rs\n\nTouchId integration for Rust\n\n## Usage\n\n```rust\nasync fn touch_id() {\n    let mut ctx = LAContext::new();\n    if ctx.can_evaluate_policy(LAPolicy::DeviceOwnerAuthenticationWithBiometrics) {\n        ctx.set_localized_cancel_title(\"Use Another Method\");\n        ctx.evaluate_policy(\n            LAPolicy::DeviceOwnerAuthenticationWithBiometrics,\n            \"Use TouchId to Unlock Rust\",\n        ).await;\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsing%2Ftid-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsing%2Ftid-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsing%2Ftid-rs/lists"}