Skip to content

3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 21:24
6778707

3.0.0-beta.1 (2022-03-14)

Features

  • add login without password, and some rewrite (#361) (6778707)

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)