Releases: asbiin/laravel-webauthn
Releases · asbiin/laravel-webauthn
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0 (2022-04-22)
Bug Fixes
Features
- add login without password, and some rewrite (#361) (6778707)
- Add support to Laravel 9.x, and remove Laravel 7.x and 8.x (#377) (bf6c54a)
- require php 8.1+ (#378) (af83780)
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/main/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)
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.3 (2022-04-18)
Features
3.0.0-beta.2
3.0.0-beta.1
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)