Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 648 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 648 Bytes

WebAuthn Playground for Laravel

A simple Laravel and Inertia based project to play around with WebAuthn.

The implementation is based on lbuchs/WebAuthn.

Run it

  1. Clone this repo
  2. Copy env.example to .env
  3. Run composer install && php artisan key:generate && npm install && npm run build
  4. Serve the application using HTTPS under the domain name set in the VITE_DOMAIN env variable using Laravel Valet.