Skip to content

Latest commit

 

History

History
208 lines (126 loc) · 7.22 KB

CHANGELOG.md

File metadata and controls

208 lines (126 loc) · 7.22 KB

3.2.4 (2022-09-10)

Bug Fixes

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

3.2.3 (2022-09-06)

Bug Fixes

3.2.2 (2022-08-20)

Bug Fixes

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

3.2.1 (2022-08-20)

Bug Fixes

3.2.0 (2022-07-30)

Features

3.1.0 (2022-07-30)

Features

  • add login event on eloquent provider login (#392) (16a720e)

3.0.1 (2022-06-01)

Bug Fixes

  • json serialize publickey for cache store (#385) (1b6ad1b)

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

  • LoginViewResponse contract has now a setPublicKey method
  • RegisterSuccessResponse contract has now a setWebauthnKey method
  • RegisterViewResponse contract has now a setPublicKey method
  • Webauthn::login() now takes 1 argument for $user: login(\Illuminate\Contracts\Auth\Authenticatable $user)

2.0.1 (2022-02-19)

Bug Fixes

2.0.0 (2022-02-05)

Features

  • rewrite for more customizable library (#355) (424caae)

BREAKING CHANGES

1.2.0 (2021-12-20)

Features

  • update guzzlehttp/psr7 requirement to || ^2.0 (#350) (8fe8c8a)

1.1.0 (2021-07-03)

Features

1.0.0 — 2020-12-30

  • Major release 1.0.0

0.9.1 — 2020-12-30

Fixes:

  • Securing the register route from unchecked users

0.9.0 — 2020-09-10

Enhancements:

  • Update dependency for Laravel 8
  • Remove composer.lock
  • Update README doc

0.8.0 — 2020-03-07

New features:

  • Add French and German languages

Enhancements:

  • Support Laravel 7 and higher
  • Upgrade to WebAuthn v3.0

0.7.0 — 2019-12-05

New features:

  • Make the callback url setable by the user before the middleware hit

0.6.4 — 2019-11-16

Enhancements:

  • Add suggestions for web-token/jwt-signature-algorithm-* dependencies

Fixes:

  • Fix Uuid decode

0.6.3 — 2019-10-12

Enhancements:

  • Upgrade to Laravel 6.x

0.6.2 — 2019-10-08

Fixes:

  • Fix javascript base64url decode function

0.6.1 — 2019-09-20

Fixes:

  • Fix aaguid parsing

0.6.0 — 2019-09-19

Enhancements:

  • Upgrade to webauthn-lib v2.x

Fixes:

  • Use bigInteger for foreign key reference

0.5.1 — 2019-05-20

Fixes:

  • Fix google safetynet config test
  • Remove Guzzle6 direct dependency

0.5.0 — 2019-05-03

Enhancements:

  • Name the destroy route
  • Add Google Safetynet Apikey config

Fixes:

  • Remove use of empty() php function
  • Remove deprecated methods

0.4.1 — 2019-04-18

Fixes:

  • Fix javascript resource in case no key is registered yet

0.4.0 — 2019-04-18

New features:

  • Add resources files to client adoption
  • Add register and auth example pages

Enhancements:

  • Add callback URL in session

Fixes:

  • Use safe php functions
  • Fix redirect guest callback

0.3.0 — 2019-04-08

New features:

  • Add WebauthnLoginData event
  • Add new redirects

Fixes:

  • Fix Webauthn Facade

0.2.0 — 2019-04-06

Enhancements:

  • Remove userHandle in model
  • Return a resource after registering
  • Update to web-auth v1.1.0

Fixes:

  • Fix some contract bindings
  • Split services to use Deferred services

0.1.0 — 2019-04-04

New features:

  • First release