Skip to content

smartcode-ch/laravel-webauthn-playground

Repository files navigation

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.

About

A Laravel & Inertia based project to play around with WebAuthn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published