Closed aaronpk closed 5 months ago
Typical problem where your user does not implements WebAuthnAuthenticatable
.
You're getting that query because the User class is not WebAuthnAuthenticatable
, so it skips the webauthn
query and pushes a normal Eloquent Query to the user itself.
PHP & Platform
8.3.7 MacOS
Database
MariaDB 11.3.2
Laravel version
11.7.0
Have you done this?
Expectation
I've gone through the README steps in a brand new Laravel install.
I've configured the user provider to
eloquent-webauthn
as described in the readme:I ran the install and migrate scripts
Description
When attempting to log in, I get a database error:
Looking at my database, I don't see that column on the users table either.
Reproduction