laravel-webauthn

Webauthn adapter for Laravel

MIT License

Downloads
458.3K
Stars
268
Committers
13

Bot releases are visible (Hide)

laravel-webauthn - 3.2.1

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

3.2.1 (2022-08-20)

Bug Fixes

laravel-webauthn - 3.2.0

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

3.2.0 (2022-07-30)

Features

laravel-webauthn - 3.1.0

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

3.1.0 (2022-07-30)

Features

  • add login event on eloquent provider login (#392) (16a720e)
laravel-webauthn - 3.0.1

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

3.0.1 (2022-06-01)

Bug Fixes

  • json serialize publickey for cache store (#385) (1b6ad1b)
laravel-webauthn - 3.0.0

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

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)
laravel-webauthn - 3.0.0-beta.4

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

3.0.0-beta.4 (2022-04-19)

Bug Fixes

laravel-webauthn - 3.0.0-beta.3

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

3.0.0-beta.3 (2022-04-18)

Features

  • Add support to Laravel 9.x, and remove Laravel 7.x and 8.x (#377) (bf6c54a)
laravel-webauthn - 3.0.0-beta.2

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

3.0.0-beta.2 (2022-04-18)

Features

laravel-webauthn - 3.0.0-beta.1

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

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

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

2.0.1 (2022-02-19)

Bug Fixes

laravel-webauthn - 2.0.0

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

2.0.0 (2022-02-05)

Features

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

BREAKING CHANGES

laravel-webauthn - 1.2.0

Published by github-actions[bot] almost 3 years ago

1.2.0 (2021-12-20)

Features

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

Published by github-actions[bot] over 3 years ago

1.1.0 (2021-07-03)

Features

laravel-webauthn - v1.0.0

Published by asbiin almost 4 years ago

Major release 1.0.0

laravel-webauthn - v0.9.1

Published by asbiin almost 4 years ago

Fixes:

  • Securing the register route from unchecked users (#315)
laravel-webauthn - v0.9.0

Published by asbiin about 4 years ago

Enhancements:

  • Update dependency for Laravel 8
  • Remove composer.lock
  • Update README doc
laravel-webauthn - v0.8.0

Published by asbiin over 4 years ago

New features:

  • Add French and German languages

Enhancements:

  • Support Laravel 7 and higher
  • Upgrade to WebAuthn v3.0
laravel-webauthn - v0.7.0

Published by asbiin almost 5 years ago

New features:

  • Make the callback url setable by the user before the middleware hit
laravel-webauthn - v0.6.4

Published by asbiin almost 5 years ago

Enhancements:

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

Fixes:

  • Fix Uuid decode
laravel-webauthn - v0.6.3

Published by asbiin about 5 years ago

Enhancements:

  • Upgrade to Laravel 6.x