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
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
In version 5.0, when performing complete_authentication, the publicKey is extracted only from request, which makes usage difficult. The request is send to the client (browser), but it doesn't need the publicKey and thus it shouldn't be send to it.
I suggest to return devices argument to the complete_authentication function to provide a mapping between the handle and public key.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In version 5.0, when performing
complete_authentication
, thepublicKey
is extracted only from request, which makes usage difficult. The request is send to the client (browser), but it doesn't need thepublicKey
and thus it shouldn't be send to it.I suggest to return
devices
argument to thecomplete_authentication
function to provide a mapping between the handle and public key.The text was updated successfully, but these errors were encountered: