Releases: Laragear/WebAuthn
Releases · Laragear/WebAuthn
v1.2.2
What's Changed
- Use laravel-constraint in CI by @szepeviktor in #41
- Update README.md by @tobz-nz in #45
- [1.x] Correct support links in composer.json by @donatj in #54
- [1.x] Fixes userHandle required even with identified user. by @DarkGhostHunter in #66
- [1.x] Fixes Relying Party custom ID by @DarkGhostHunter in #65
- [1.x] Remove unused JetBrains Attributes by @DarkGhostHunter in #64
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- [1.x] Fixes id length limitation #38 by @DarkGhostHunter in #39
- [1.x] Removes internal tag #35 [skip ci] by @DarkGhostHunter in #40
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- [1.x] Adds PHP 8.2, Laravel 10 Support by @DarkGhostHunter in #34
Full Changelog: v1.1.5...v1.2.0
v1.1.5
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
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
What's Changed
- FIX: relaying_party typo by @Bubka in #20
- [minor] correct publishing the config file not working by @fidelisepeter in #22
New Contributors
- @Bubka made their first contribution in #20
- @fidelisepeter made their first contribution in #22
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- [1.x] FIX #10 - missing jetbrains/phpstorm-attributes dependency by @ildyria in #11
- [1.x] FIX #6 - use class_implements as intended by @ildyria in #8
- [1.x] Fix typos in readme. by @ildyria in #12
- [1.x] Fix: support for xcrf token by @ildyria in #14
- [1.x] Improve CI by @DarkGhostHunter in #15
- [1.x] Allow user credential to have id = 0 by @ildyria in #16
New Contributors
- @ildyria made their first contribution in #11
- @DarkGhostHunter made their first contribution in #15
Full Changelog: v1.1.1...v1.1.2
Fixed migration index
This release fixes #3 , where the morph index is deemed too large for some databases.
Better route registration
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
Start authenticating!