Releases: asbiin/laravel-webauthn
Releases · asbiin/laravel-webauthn
4.1.0
4.1.0 (2023-09-04)
Features
4.0.0
4.0.0 (2023-09-04)
⚠ BREAKING CHANGES
CredentialRepository
no longer implements PublicKeyCredentialSourceRepository
.
- All method signatures are now well defined, the doc-block type-hint have been deleted. This should not impact you as it's backward compatible.
Features
- remove deprecated PublicKeyCredentialSourceRepository and refactor all signature methods (#441) (33f4a2b)
3.5.0
3.5.0 (2023-09-04)
Features
3.4.0
3.4.0 (2023-09-04)
Features
- Allow logging channel configuration for webauthn (#432) (17bd9b3)
3.3.2
3.3.2 (2023-09-03)
Bug Fixes
- conflict with web-auth/webauthn-lib:4.7.0 (#439) (270e384)
- define index prefix length for MySQL (#431) (d3da820)
3.3.0
3.3.0 (2023-02-07)
Features
- Support Laravel 10.0, and remove TokenBindingHandler (#419) (007c37a)
3.2.4
3.2.4 (2022-09-10)
Bug Fixes
- fix attestation validation by re-encoding response.clientDataJSON (#405) (7956958)
3.2.3
3.2.3 (2022-09-06)
Bug Fixes
3.2.2
3.2.2 (2022-08-20)
Bug Fixes
- no timestamp update when updating a key (#397) (0561054)