Skip to content

Releases: Laragear/WebAuthn

v1.2.2

20 Feb 23:54
54c3044
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

10 Mar 01:28
e57ac25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Feb 05:10
42558d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.2.0

v1.1.5

16 Feb 01:18
2e420ba
Compare
Choose a tag to compare

What's Changed

  • Update webauthn.js to prevent wrong request urls by @deibertf in #30

New Contributors

  • @deibertf made their first contribution in #30

Full Changelog: v1.1.4...v1.1.5

v1.1.4

11 Nov 21:32
e2af6a8
Compare
Choose a tag to compare

What's Changed

  • [1.1.3] FIX: Query error when disabling all credentials by @Bubka in #23
  • [1.x] Adds tests for trait, fixing some methods. by @DarkGhostHunter in #24

Full Changelog: v1.1.3...v1.1.4

v1.1.3

28 Oct 20:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

25 Aug 03:33
1fc7222
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Fixed migration index

17 Jun 21:35
Compare
Choose a tag to compare

This release fixes #3 , where the morph index is deemed too large for some databases.

Better route registration

15 Jun 20:19
Compare
Choose a tag to compare

Before, you had to publish the routes and register them manually.

Now, this step is simplified: only use WebAuthn::routes() to register a default set of routes.

The previous method will still be available for version 1.x

First release

14 Jun 09:38
Compare
Choose a tag to compare

Start authenticating!