Skip to content

smartcode-ch/laravel-webauthn-playground

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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