Y
Hacker News
new
|
ask
|
show
|
jobs
by
asprouse
2818 days ago
Does the Node.js SDK support U2F?
1 comments
robbiet480
2818 days ago
The docs say that U2F isn't currently supported via any method other than the AWS Console. No API, no CLI, no mobile apps.
link
closeparen
2818 days ago
Could
it be? It’s a browser-based protocol.
link
kam
2818 days ago
Sure. The CLI or SDK could talk to the USB device directly, like the browser does.
e.g.
https://developers.yubico.com/libu2f-host/
link