Laragear / WebAuthn

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

[1.x] Fixes Relying Party custom ID #65

Closed DarkGhostHunter closed 6 months ago

DarkGhostHunter commented 6 months ago

Fixes #50

Because WebAuthn RP custom ID was always wrong, you will need to update your user credentials to conform with the RP ID being a domain rather than an URL.

This introduces three fixes:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b172112) 85.44% compared to head (a670676) 85.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 1.x #65 +/- ## ============================================ + Coverage 85.44% 85.45% +0.01% - Complexity 373 375 +2 ============================================ Files 63 63 Lines 996 997 +1 ============================================ + Hits 851 852 +1 Misses 145 145 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud