-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema verification should be allowed HTTP for localhost #656
Comments
As per the specification, Webauthn only works with secure connections, so HTTP is not allowed. |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: