{"id":26493530,"url":"https://github.com/vishwa-karthik/passwordless-validator","last_synced_at":"2026-04-29T23:31:32.181Z","repository":{"id":133347998,"uuid":"485307729","full_name":"Vishwa-Karthik/PasswordLess-Validator","owner":"Vishwa-Karthik","description":"A simple password-less authenticator via Magic-Link using flutter and dart","archived":false,"fork":false,"pushed_at":"2022-04-25T09:43:51.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T11:30:39.768Z","etag":null,"topics":["dart","flutter","magic-link"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/Vishwa-Karthik.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,"zenodo":null}},"created_at":"2022-04-25T09:35:44.000Z","updated_at":"2022-04-25T09:45:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"692ee248-ca55-4f6a-9fe4-90fb855b1318","html_url":"https://github.com/Vishwa-Karthik/PasswordLess-Validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vishwa-Karthik/PasswordLess-Validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwa-Karthik%2FPasswordLess-Validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwa-Karthik%2FPasswordLess-Validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwa-Karthik%2FPasswordLess-Validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwa-Karthik%2FPasswordLess-Validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vishwa-Karthik","download_url":"https://codeload.github.com/Vishwa-Karthik/PasswordLess-Validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwa-Karthik%2FPasswordLess-Validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["dart","flutter","magic-link"],"created_at":"2025-03-20T09:55:38.027Z","updated_at":"2026-04-29T23:31:32.176Z","avatar_url":"https://github.com/Vishwa-Karthik.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Less Validation \n## A simple Flutter password-less authenticator using [Magic Link](https://magic.link/)\n\n\n\n## Installation\nAdd Magic_sdk to your pubspec.yaml\n```dart\n\ndependencies:\n  flutter:\n    sdk: flutter\n  magic_sdk: ^0.5.0\n```\n## Add Dependencies\n```dart\nimport 'package:magic_sdk/magic_sdk.dart';\n```\n\n## Create SDK instance \n\nHead over to Magic Link to save your public key API. We will call this \"TOKEN\"\n```dart\nvoid main()  {\n  Magic.instance = Magic('YOUR API TOKEN');\n}\n```\n\n### Use Stack in the top level and add \u003ccode\u003eMagic.instance.relayer\u003c/code\u003e to the children of Stack to ensure the best performance.\n```dart\n\nclass MyApp extends StatelessWidget {\n  const MyApp({Key? key}) : super(key: key);\n\n  // This widget is the root of your application.\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n        home: Stack(children: [             // Use Stack() here\n          MaterialApp(\n            title: 'Magic Demo',\n            home: const LoginPage(),\n          ),\n          Magic.instance.relayer // Insert Magic relayer here\n        ]));\n  }\n}\n```\n\n## Head over to [\u003ccode\u003eFlutter Docs\u003c/code\u003e](https://magic.link/docs/login-methods/email/integration/flutter) to have better insights.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishwa-karthik%2Fpasswordless-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishwa-karthik%2Fpasswordless-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishwa-karthik%2Fpasswordless-validator/lists"}