ThePorgs / Roadmap

Public roadmap of the Exegol project
1 stars 0 forks source link

Handle FIDO2/security keys #9

Open ShutdownRepo opened 12 months ago

ShutdownRepo commented 12 months ago

The needs

When using security keys for GitHub signing & authentication, the git command line requests confirmation of user presence as shown in the screenshot below.

image

When using the wrapper, there's nothing shown.

image

Also, when the physical device is not connected, the wrapper errors without indicating why.

image

It'd be great to improve the UX on this, within the limits of what's possible through the libs ofc.

Description

n/a

Alternatives

No response

Additional context

No response

Dramelac commented 12 months ago

Can you give me your git version ? I'm using git version 2.34.1 on Linux and i don't have any prompt from console.

Beside, I'm not sure the python git SDK can have this information because the authentication process is run from git command itself not from python.