You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also if the specification forbids localhost, then that should be handle directly by the WebAuthN API of the browser, I believe an extra check might not be necessary
While testing in localhost the Verification of the response fails because it sends
http://localhost
to the server.I think the following check should allow HTTP for localhost dev envs:
webauthn-framework/src/webauthn/src/CeremonyStep/CheckOrigin.php
Line 46 in 56520b7
The text was updated successfully, but these errors were encountered: