Skip to content

3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 17:17
· 74 commits to main since this release
6ce3783

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)