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
Implement U2F to authenticate to web sites and services
Is your feature request related to a problem? Please describe.
U2F is aimed to solve the problem of initial secret exchange inherent in initial 2FA TOTP handshake. It never reveals sensitive information.
Describe the solution you'd like
Implement message for U2F counter , and rest of the protocol .
Feature description
Implement U2F to authenticate to web sites and services
Is your feature request related to a problem? Please describe.
U2F is aimed to solve the problem of initial secret exchange inherent in initial 2FA TOTP handshake. It never reveals sensitive information.
Describe the solution you'd like
Implement message for U2F counter , and rest of the protocol .
Additional context
Trezor supports U2F auth.
Requires fibercrypto/skywallet-protob#77
Possible implementation
SetU2FCounter
message handlerGetNextU2FCounter
message handlerNextU2FCounter
message handlerThe text was updated successfully, but these errors were encountered: