{"id":15561265,"url":"https://github.com/nimblehq/local-authentication-ios","last_synced_at":"2025-11-11T20:37:21.843Z","repository":{"id":53733080,"uuid":"328926174","full_name":"nimblehq/local-authentication-ios","owner":"nimblehq","description":"A wrapper of the LocalAuthentication framework","archived":false,"fork":false,"pushed_at":"2021-03-17T10:17:40.000Z","size":5437,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-03-04T14:48:17.012Z","etag":null,"topics":["cocoapods","ios","local-authentication","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/nimblehq.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":"2021-01-12T08:53:44.000Z","updated_at":"2024-11-28T17:29:38.000Z","dependencies_parsed_at":"2022-09-12T23:23:04.943Z","dependency_job_id":null,"html_url":"https://github.com/nimblehq/local-authentication-ios","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Flocal-authentication-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Flocal-authentication-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Flocal-authentication-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Flocal-authentication-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimblehq","download_url":"https://codeload.github.com/nimblehq/local-authentication-ios/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135879,"owners_count":20729072,"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":["cocoapods","ios","local-authentication","swift"],"created_at":"2024-10-02T16:06:52.640Z","updated_at":"2025-11-11T20:37:16.810Z","avatar_url":"https://github.com/nimblehq.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Nimble logo\" src=\"https://assets.nimblehq.co/logo/light/logo-light-text-320.png\" /\u003e\n\u003c/p\u003e\n\n---\n\n# NimbleLocalAuthentication\n\n![Tests](https://github.com/nimblehq/local-authentication-ios/workflows/Tests/badge.svg?branch=develop)\n\nThe basic idea of NimbleLocalAuthentication is that we want to wrap the LocalAuthentication framework. Developer can easily authenticate users biometrically or with a passphrase.\n\nSome awesome features of NimbleLocalAuthentication:\n\n- Support enable or disable the biometric feature on the application.\n- Easy to localized strings on biometric screens.\n\nYou can check out more about the SDK in [this document](https://nimblehq.github.io/local-authentication-ios) generated by [jazzy](https://github.com/realm/jazzy)\n\n## Sample projects\n\nWe have a sample project in the repository. To use it, download the repo, run `pod install` in Example folder to download the required libraries and open [Example.xcworkspace](https://github.com/nimblehq/local-authentication-ios/tree/main/Example/Example.xcworkspace).\n\n## Installation\n\nFor `NimbleLocalAuthentication`, use the following entry in your Podfile:\n\n```rb\npod 'NimbleLocalAuthentication', '~\u003e 1.0'\n```\n\nThen run `pod install`\n\n## Usage\n\nUsing `NimbleLocalAuthentication` is really simple. You can access an API like this:\n\n```swift\nlet biometryService: BiometryService = NimbleLocalAuthenticator()\n\nbiometryService.authenticate { [weak self] result in\n  DispatchQueue.main.async {\n    switch result {\n    case .success:\n      // do something after authenticate successfully\n    case .failure(let error):\n      // hackers are trying to authenticate :D\n    }\n  }\n}\n```\n\n## License\n\nThis project is Copyright (c) 2014-2021 Nimble. It is free software,\nand may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: /LICENSE\n\n## About\n\n![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)\n\nThis project is maintained and funded by Nimble.\n\nWe love open source and do our part in sharing our work with the community!\nSee [our other projects][community] or [hire our team][hire] to help build your product.\n\n[community]: https://github.com/nimblehq\n[hire]: https://nimblehq.co/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Flocal-authentication-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblehq%2Flocal-authentication-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Flocal-authentication-ios/lists"}