You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options (webauthn.auth.options and webauthn.store.options) routes are now POST. GET routes are reserved for the views (webauthn.login and webauthn.create). webauthn.auth and webauthn.store routes must send data flatten. See details in https://github.com/asbiin/laravel-webauthn/blob/main/docs/migration-v2-to-v3.md .
LoginViewResponse contract has now a setPublicKey method
RegisterSuccessResponse contract has now a setWebauthnKey method
RegisterViewResponse contract has now a setPublicKey method
Webauthn::login() now takes 1 argument for $user: login(\Illuminate\Contracts\Auth\Authenticatable $user)