Introduction

Requirements

  • PHP 8.1 or greater
  • Laravel 9.12 or greater

Most modern browsers support both platform and cross-platform WebAuthn. You can check which browsers support at caniuse. In addition, your application must meet these requirements:

  • A proper domain name (localhost and 127.0.0.1 are rejected by our webauthn.js script)
  • Site must run on an SSL/TLS certificate (self-signed is okay)
Laravel Minimum Version Maximum Version
9.12 1.0.0
10.x 1.0.4
Previous
Introduction
Caught a mistake? Suggest an edit on GitHub