3.0.0-beta.1
Pre-release
Pre-release
3.0.0-beta.1 (2022-03-14)
Features
BREAKING CHANGES
- options (
webauthn.auth.options
andwebauthn.store.options
) routes are now POST. GET routes are reserved for the views (webauthn.login
andwebauthn.create
).webauthn.auth
andwebauthn.store
routes must send data flatten. See details in https://github.com/asbiin/laravel-webauthn/blob/beta/docs/migration-v2-to-v3.md .
LoginViewResponse
contract has now asetPublicKey
methodRegisterSuccessResponse
contract has now asetWebauthnKey
methodRegisterViewResponse
contract has now asetPublicKey
methodWebauthn::login()
now takes 1 argument for$user
:login(\Illuminate\Contracts\Auth\Authenticatable $user)