Releases: Laragear/WebAuthn
Releases · Laragear/WebAuthn
v4.0.1
What's Changed
- [4.x] Fixes using callbacks for login by @DarkGhostHunter in #105
- [4.x] Fixes Android Attestation by setting Resident Key to preferred by default by @DarkGhostHunter in #106
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
New Contributors
Give me a TLDR
These are the (mostly) breaking changes:
- Out PHP 8.1, in PHP 8.4, and Laravel 12.x.
- The
webAuthnData()
method for the user no longer returns an array, now it should return aLaragear\WebAuthn\WebAuthnData
instance - You can change that object (user name and display name) from the Attestation.
- Model migration and customization has been simplified.
- All Enum case have been normalized to
PascalCase
.
Full Changelog: v3.1.0...v4.0.0
v3.1.1
What's Changed
- [3.x] User Provider: Do not access rehash function in L10 by @saibotk in #101
- [3.x] PHP 9.4 support by @DarkGhostHunter in #102
New Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- [3.x] Adds Login Callbacks by @DarkGhostHunter in #95
Full Changelog: v3.0.2...v3.1.0
v3.0.2
v3.0.1
What's Changed
- [3.x] Removes lingering error-prone string by @DarkGhostHunter in #92
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- [3.x] Fixes Challenge expiration type return by @DarkGhostHunter in #89
- [3.x] Fixes userHandle UUID not being normalized by @DarkGhostHunter in #90
- [3.x] Feat flexible origins by @DarkGhostHunter in #91
Full Changelog: v2.0.3...v3.0.0
v2.0.3
What's Changed
- [2.x] Fixes database test by @DarkGhostHunter in #78
- [2.x] Adds ability to modify registered routes. by @DarkGhostHunter in #77
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fixes Laragear/webpass#10
What's Changed
- [1.x] Fixes webpass version [skip-ci] by @DarkGhostHunter in #75
- [2.x] Fixes not decoding using BASE64 URL by @DarkGhostHunter in #76
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #72
- [2.x] Fixes database index name being too long by @DarkGhostHunter in #74
Full Changelog: v2.0.0...v2.0.1