{"id":21754385,"url":"https://github.com/wingsline/laravel-passwordlessauth","last_synced_at":"2026-05-08T17:32:05.219Z","repository":{"id":49069172,"uuid":"274481196","full_name":"wingsline/laravel-passwordlessauth","owner":"wingsline","description":"Laravel passwordless authentication using temporary signed routes.","archived":false,"fork":false,"pushed_at":"2023-02-01T21:53:15.000Z","size":241,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T23:44:51.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingsline.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-23T18:35:32.000Z","updated_at":"2021-02-02T21:58:41.000Z","dependencies_parsed_at":"2023-02-17T11:31:03.310Z","dependency_job_id":null,"html_url":"https://github.com/wingsline/laravel-passwordlessauth","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/wingsline%2Flaravel-passwordlessauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-passwordlessauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-passwordlessauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-passwordlessauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingsline","download_url":"https://codeload.github.com/wingsline/laravel-passwordlessauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728235,"owners_count":20500023,"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-26T09:13:50.985Z","updated_at":"2026-05-08T17:32:04.111Z","avatar_url":"https://github.com/wingsline.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PasswordlessAuth\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Build Status][ico-travis]][link-travis]\n[![StyleCI][ico-styleci]][link-styleci]\n\nThis package will enable passwordless authentication using temporary signed routes. Take a look at [contributing.md](contributing.md) to see a to do list.\n\n## Installation\n\nCreate a new Laravel application with:\n\n```bash\nlaravel new myapp --auth\n```\n\n\nVia Composer\n\n``` bash\n$ composer require wingsline/passwordlessauth\n```\n\nRemove the `Auth::routes();` from the `routes/web.php` and replace it with:\n\n```php\nuse Wingsline\\PasswordlessAuth\\Facades\\PasswordlessAuth;\n\nPasswordlessAuth::routes();\n```\n\n\nReplace the following route names in the original views with the `passwordless.` prefix:\n\n* login -\u003e passwordless.login\n* register -\u003e passwordless.register\n* logout -\u003e passwordless.logout\n* verification.resend -\u003e passwordless.verification.resend\n\nReplace the `auth` middleware in `app/Http/Kernel.php`:\n\n``` php\nprotected $routeMiddleware = [\n        'auth' =\u003e \\Wingsline\\PasswordlessAuth\\Middleware\\Authenticate::class,\n    ]\n```\n\nAdd the following method to the `User` model and make sure the model \nimplements the `Illuminate\\Contracts\\Auth\\MustVerifyEmail` interface:\n\n```php\nuse Wingsline\\PasswordlessAuth\\Notifications\\VerifyEmail;\n\n/**\n * Send the email verification notification.\n *\n * @return void\n */\npublic function sendEmailVerificationNotification()\n{\n    $this-\u003enotify(new VerifyEmail);\n}\n```\n\n## Change log\n\nPlease see the [changelog](changelog.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [contributing.md](contributing.md) for details and a todolist.\n\n## Security\n\nIf you discover any security related issues, please email wingsline@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Arpad Olasz][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nMIT. Please see the [license file](license.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/wingsline/passwordlessauth.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/wingsline/passwordlessauth.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/wingsline/laravel-passwordlessauth/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/274481196/shield\n\n[link-packagist]: https://packagist.org/packages/wingsline/passwordlessauth\n[link-downloads]: https://packagist.org/packages/wingsline/passwordlessauth\n[link-travis]: https://travis-ci.org/wingsline/laravel-passwordlessauth\n[link-styleci]: https://styleci.io/repos/274481196\n[link-author]: https://github.com/wingsline\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingsline%2Flaravel-passwordlessauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingsline%2Flaravel-passwordlessauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingsline%2Flaravel-passwordlessauth/lists"}