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
* add login without password, and some rewrite ([#361](https://github.com/asbiin/laravel-webauthn/issues/361)) ([6778707](https://github.com/asbiin/laravel-webauthn/commit/6778707b546a9fbd64e5bc0e31091acd1302c749))
12
+
* Add support to Laravel 9.x, and remove Laravel 7.x and 8.x ([#377](https://github.com/asbiin/laravel-webauthn/issues/377)) ([bf6c54a](https://github.com/asbiin/laravel-webauthn/commit/bf6c54a27735def337e296cde9de126d131d861f))
* 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 .
19
+
-`LoginViewResponse` contract has now a `setPublicKey` method
20
+
-`RegisterSuccessResponse` contract has now a `setWebauthnKey` method
21
+
-`RegisterViewResponse` contract has now a `setPublicKey` method
22
+
-`Webauthn::login()` now takes 1 argument for `$user`: `login(\Illuminate\Contracts\Auth\Authenticatable $user)`
0 commit comments