{"id":19850183,"url":"https://github.com/authsignal/authsignal-flutter","last_synced_at":"2026-04-15T00:31:47.454Z","repository":{"id":212163690,"uuid":"730464014","full_name":"authsignal/authsignal-flutter","owner":"authsignal","description":"Authsignal Flutter SDK for authenticating with passkeys, push, email OTP, SMS OTP and Authenticator App (TOTP)","archived":false,"fork":false,"pushed_at":"2025-12-12T02:32:38.000Z","size":1111,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T07:50:42.376Z","etag":null,"topics":["authentication","authenticator-app","authsignal","email-otp","fido2","flutter","mfa","passkeys","passwordless","push","sms-otp","totp","webauthn"],"latest_commit_sha":null,"homepage":"https://docs.authsignal.com","language":"Dart","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/authsignal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-12T01:35:49.000Z","updated_at":"2025-12-12T01:25:31.000Z","dependencies_parsed_at":"2024-08-05T19:33:06.196Z","dependency_job_id":"ffaa399b-ee9e-4d44-b095-f7e5893f6c07","html_url":"https://github.com/authsignal/authsignal-flutter","commit_stats":null,"previous_names":["authsignal/authsignal-flutter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/authsignal/authsignal-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authsignal","download_url":"https://codeload.github.com/authsignal/authsignal-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: 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":["authentication","authenticator-app","authsignal","email-otp","fido2","flutter","mfa","passkeys","passwordless","push","sms-otp","totp","webauthn"],"created_at":"2024-11-12T13:24:40.978Z","updated_at":"2026-04-15T00:31:47.430Z","avatar_url":"https://github.com/authsignal.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"1070\" alt=\"Authsignal\" src=\"https://raw.githubusercontent.com/authsignal/authsignal-flutter/main/.github/images/authsignal.png\"\u003e\n\n# Authsignal Flutter SDK\n\nCheck out our [official Flutter documentation](https://docs.authsignal.com/sdks/client/flutter).\n\n## Installation\n\nAdd the Authsignal Flutter SDK to your project:\n\n```yaml\ndependencies:\n  authsignal_flutter: ^2.3.0\n```\n\nThen install the package:\n\n```bash\nflutter pub get\n```\n\nFor iOS apps, install CocoaPods dependencies:\n\n```bash\ncd ios \u0026\u0026 pod install\n```\n\n## Initialization\n\nInitialize the Authsignal client in your code:\n\n```dart\nimport 'package:authsignal_flutter/authsignal_flutter.dart';\n\nfinal authsignal = Authsignal(\n  tenantID: 'YOUR_TENANT_ID',\n  baseURL: 'YOUR_REGION_BASE_URL',\n);\n```\n\nYou can find your `tenantID` in the [Authsignal Portal](https://portal.authsignal.com).\n\nYou must specify the correct `baseURL` for your tenant's region.\n\n| Region | Base URL |\n|--------|----------|\n| US (Oregon) | `https://api.authsignal.com/v1` |\n| AU (Sydney) | `https://au.api.authsignal.com/v1` |\n| EU (Dublin) | `https://eu.api.authsignal.com/v1` |\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthsignal%2Fauthsignal-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthsignal%2Fauthsignal-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthsignal%2Fauthsignal-flutter/lists"}