laravel-webauthn

Webauthn adapter for Laravel

MIT License

Downloads
458.3K
Stars
268
Committers
13

Bot releases are visible (Hide)

laravel-webauthn - 4.6.0 Latest Release

Published by github-actions[bot] 3 months ago

4.6.0 (2024-07-21)

Features

laravel-webauthn - 4.5.0

Published by github-actions[bot] 3 months ago

4.5.0 (2024-07-21)

Features

laravel-webauthn - 4.4.1

Published by github-actions[bot] 6 months ago

4.4.1 (2024-04-08)

Bug Fixes

  • no password rehashing in case of webauthn login (#485) (a47afc4)
laravel-webauthn - 4.4.0

Published by github-actions[bot] 7 months ago

4.4.0 (2024-04-03)

Features

  • add LoginViaRemember subscribe method (#484) (053e391)
laravel-webauthn - 4.3.0

Published by github-actions[bot] 7 months ago

4.3.0 (2024-03-15)

Features

laravel-webauthn - 4.2.2

Published by github-actions[bot] 8 months ago

4.2.2 (2024-02-26)

Bug Fixes

laravel-webauthn - 4.2.1

Published by github-actions[bot] 8 months ago

4.2.1 (2024-02-26)

Bug Fixes

  • invalid challenge causes a query exception (#473) (7199d4e)
laravel-webauthn - 4.2.0

Published by github-actions[bot] 8 months ago

4.2.0 (2024-02-26)

Features

laravel-webauthn - 4.1.2

Published by github-actions[bot] about 1 year ago

4.1.2 (2023-10-01)

Bug Fixes

laravel-webauthn - 4.1.1

Published by github-actions[bot] about 1 year ago

4.1.1 (2023-09-06)

Bug Fixes

laravel-webauthn - 4.1.0

Published by github-actions[bot] about 1 year ago

4.1.0 (2023-09-04)

Features

laravel-webauthn - 3.5.0

Published by github-actions[bot] about 1 year ago

3.5.0 (2023-09-04)

Features

laravel-webauthn - 4.0.0

Published by github-actions[bot] about 1 year ago

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)
laravel-webauthn - 3.4.0

Published by github-actions[bot] about 1 year ago

3.4.0 (2023-09-04)

Features

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

Published by github-actions[bot] about 1 year ago

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)
laravel-webauthn - 3.3.1

Published by github-actions[bot] over 1 year ago

3.3.1 (2023-02-19)

Bug Fixes

Information

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

laravel-webauthn - 3.3.0

Published by github-actions[bot] over 1 year ago

3.3.0 (2023-02-07)

Features

  • Support Laravel 10.0, and remove TokenBindingHandler (#419) (007c37a)
laravel-webauthn - 3.2.4

Published by github-actions[bot] about 2 years ago

3.2.4 (2022-09-10)

Bug Fixes

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

Published by github-actions[bot] about 2 years ago

3.2.3 (2022-09-06)

Bug Fixes

laravel-webauthn - 3.2.2

Published by github-actions[bot] about 2 years ago

3.2.2 (2022-08-20)

Bug Fixes

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