Skip to content

Releases: asbiin/laravel-webauthn

4.1.0

04 Sep 20:48
c715b67
Compare
Choose a tag to compare

4.1.0 (2023-09-04)

Features

4.0.0

04 Sep 19:21
33f4a2b
Compare
Choose a tag to compare

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

04 Sep 20:41
a572cd6
Compare
Choose a tag to compare

3.5.0 (2023-09-04)

Features

3.4.0

04 Sep 17:54
17bd9b3
Compare
Choose a tag to compare

3.4.0 (2023-09-04)

Features

  • Allow logging channel configuration for webauthn (#432) (17bd9b3)

3.3.2

03 Sep 13:08
270e384
Compare
Choose a tag to compare

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.1

19 Feb 17:58
fa24635
Compare
Choose a tag to compare

3.3.1 (2023-02-19)

Bug Fixes

Information

Try out the new demo app at https://webauthn.asbin.net/

3.3.0

07 Feb 08:23
007c37a
Compare
Choose a tag to compare

3.3.0 (2023-02-07)

Features

  • Support Laravel 10.0, and remove TokenBindingHandler (#419) (007c37a)

3.2.4

10 Sep 07:53
7956958
Compare
Choose a tag to compare

3.2.4 (2022-09-10)

Bug Fixes

  • fix attestation validation by re-encoding response.clientDataJSON (#405) (7956958)

3.2.3

06 Sep 11:16
155ae8c
Compare
Choose a tag to compare

3.2.3 (2022-09-06)

Bug Fixes

3.2.2

20 Aug 17:58
0561054
Compare
Choose a tag to compare

3.2.2 (2022-08-20)

Bug Fixes

  • no timestamp update when updating a key (#397) (0561054)