Releases: asbiin/laravel-webauthn
Releases · asbiin/laravel-webauthn
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.optionsandwebauthn.store.options) routes are now POST. GET routes are reserved for the views (webauthn.loginandwebauthn.create).webauthn.authandwebauthn.storeroutes must send data flatten. See details in https://github.com/asbiin/laravel-webauthn/blob/main/docs/migration-v2-to-v3.md .
LoginViewResponsecontract has now asetPublicKeymethodRegisterSuccessResponsecontract has now asetWebauthnKeymethodRegisterViewResponsecontract has now asetPublicKeymethodWebauthn::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.optionsandwebauthn.store.options) routes are now POST. GET routes are reserved for the views (webauthn.loginandwebauthn.create).webauthn.authandwebauthn.storeroutes must send data flatten. See details in https://github.com/asbiin/laravel-webauthn/blob/beta/docs/migration-v2-to-v3.md .
LoginViewResponsecontract has now asetPublicKeymethodRegisterSuccessResponsecontract has now asetWebauthnKeymethodRegisterViewResponsecontract has now asetPublicKeymethodWebauthn::login()now takes 1 argument for$user:login(\Illuminate\Contracts\Auth\Authenticatable $user)
2.0.1
2.0.0
2.0.0 (2022-02-05)
Features
BREAKING CHANGES
- This new version is a rewrite with a lot of breaking changes, see details in https://github.com/asbiin/laravel-webauthn/blob/main/docs/migration-v1-to-v2.md