A simple Laravel and Inertia based project to play around with WebAuthn.
The implementation is based on lbuchs/WebAuthn.
- Clone this repo
- Copy
env.example
to.env
- Run
composer install && php artisan key:generate && npm install && npm run build
- Serve the application using
HTTPS
under the domain name set in theVITE_DOMAIN
env variable using Laravel Valet.