Laragear / WebAuthn

Authenticate users with Passkeys: fingerprints, patterns and biometric data.
MIT License
295 stars 37 forks source link

[3.x] Fixes userHandle UUID not being normalized #90

Closed DarkGhostHunter closed 1 month ago

DarkGhostHunter commented 1 month ago

Fixes #83

This is done by detecting if the userHandle is an UUID hexadecimal string of 32 or 36 (with slashes) characters. If it's not, then the check fails as this library only accepts UUIDs.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud