{"id":15660558,"url":"https://github.com/rawilk/laravel-webauthn","last_synced_at":"2025-04-23T20:47:23.716Z","repository":{"id":44467024,"uuid":"491936688","full_name":"rawilk/laravel-webauthn","owner":"rawilk","description":"Add webauthn functionality to Laravel.","archived":false,"fork":false,"pushed_at":"2025-04-14T20:47:50.000Z","size":189,"stargazers_count":25,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T10:19:24.259Z","etag":null,"topics":["webauthn"],"latest_commit_sha":null,"homepage":"https://randallwilk.dev/docs/laravel-webauthn","language":"PHP","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/rawilk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rawilk"}},"created_at":"2022-05-13T14:48:37.000Z","updated_at":"2025-03-31T21:16:15.000Z","dependencies_parsed_at":"2024-10-03T13:22:22.168Z","dependency_job_id":null,"html_url":"https://github.com/rawilk/laravel-webauthn","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":"0.40909090909090906","last_synced_commit":"b6efe822066d473f9879c638a5d4f92d9c5f7839"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"rawilk/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-webauthn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-webauthn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-webauthn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-webauthn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawilk","download_url":"https://codeload.github.com/rawilk/laravel-webauthn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513577,"owners_count":21443201,"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":["webauthn"],"created_at":"2024-10-03T13:22:20.160Z","updated_at":"2025-04-23T20:47:23.710Z","avatar_url":"https://github.com/rawilk.png","language":"PHP","funding_links":["https://github.com/sponsors/rawilk"],"categories":[],"sub_categories":[],"readme":"\u003e Note: This package is not actively maintained currently, and I'm not sure if I'll end up archiving it or not yet. Use at your own risk.\n\n# WebAuthn for Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-webauthn.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-webauthn)\n![Tests](https://github.com/rawilk/laravel-webauthn/workflows/Tests/badge.svg?style=flat-square)\n[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-webauthn.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-webauthn)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-webauthn?style=flat-square)](https://packagist.org/packages/rawilk/laravel-webauthn)\n[![License](https://img.shields.io/github/license/rawilk/laravel-webauthn?style=flat-square)](https://github.com/rawilk/laravel-webauthn/blob/main/LICENSE.md)\n\n![Social image](https://banners.beyondco.de/WebAuthn%20for%20Laravel.png?theme=light\u0026packageManager=composer+require\u0026packageName=rawilk%2Flaravel-webauthn\u0026pattern=randomShapes\u0026style=style_1\u0026description=Add+WebAuthn+functionality+to+Laravel.\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=key)\n\nAdd the ability to add a hardware based two-factor authentication via a security key, fingerprint or biometric data. Using WebAuthn as a second factor of authentication can help your users better secure their accounts on your application. For more info on WebAuthn, please check out this [guide](https://webauthn.guide/).\n\n## Documentation\n\nFor more documentation, please visit the [docs](https://randallwilk.dev/docs/laravel-webauthn).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require rawilk/laravel-webauthn\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"webauthn-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"webauthn-config\"\n```\n\nYou can view the default configuration here: https://github.com/rawilk/laravel-webauthn/blob/main/config/laravel-webauthn.php\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security\n\nPlease review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.\n\n## Credits\n\nThis package is heavily inspired from Larapass and asbiin/laravel-webauthn.\n\n- [Randall Wilk](https://github.com/rawilk)\n- [All Contributors](../../contributors)\n\nSince the `v1.0.1` patch, a considerable amount of the JavaScript portion of this package has been sourced from the [SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn) package made by [Matthew Miller](https://github.com/MasterKale). His copyright has been added to the license file, and copyright notices have been placed in JS files where the code is extremely close to what his is.\n\n## Alternatives\n\nThis package aims to provide only the bare necessities required to utilize WebAuthn in your application, which provides the freedom to incorporate it into your project based on your own needs and desires. If you're looking for a more complete solution, consider one of these alternatives:\n\n- [Laragear Webauthn](https://github.com/Laragear/WebAuthn)\n- [asbiin/laravel-webauthn](https://github.com/asbiin/laravel-webauthn)\n\n## Disclaimer\n\nThis package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-webauthn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawilk%2Flaravel-webauthn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-webauthn/lists"}