Originally created by @dubwoc on GitHub (Jul 15, 2018).
Based on the error message I get below and the lack of reference to yubikey in the source I believe there isn't any support yet for yubikeys. Assuming that is correct this is a feature request for yubikey two factor support. If I am mistaken please help me figure out what I am doing wrong.
POST /api/two-factor/get-yubikey application/json; charset=UTF-8:
=> Error: No matching routes for POST /api/two-factor/get-yubikey application/json; charset=UTF-8.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
Originally created by @dubwoc on GitHub (Jul 15, 2018).
Based on the error message I get below and the lack of reference to yubikey in the source I believe there isn't any support yet for yubikeys. Assuming that is correct this is a feature request for yubikey two factor support. If I am mistaken please help me figure out what I am doing wrong.
> POST /api/two-factor/get-yubikey application/json; charset=UTF-8:
> => Error: No matching routes for POST /api/two-factor/get-yubikey application/json; charset=UTF-8.
> => Warning: Responding with 404 Not Found catcher.
> => Response succeeded.
>
At the moment, we only support U2F. If your YubiKey supports U2F (I think at least all the new ones do) you can use that option instead.
I'll leave this open, to consider implementing YubiKey support in the future.
@dani-garcia commented on GitHub (Jul 15, 2018):
At the moment, we only support U2F. If your YubiKey supports U2F (I think at least all the new ones do) you can use that option instead.
I'll leave this open, to consider implementing YubiKey support in the future.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @dubwoc on GitHub (Jul 15, 2018).
Based on the error message I get below and the lack of reference to yubikey in the source I believe there isn't any support yet for yubikeys. Assuming that is correct this is a feature request for yubikey two factor support. If I am mistaken please help me figure out what I am doing wrong.
@dani-garcia commented on GitHub (Jul 15, 2018):
At the moment, we only support U2F. If your YubiKey supports U2F (I think at least all the new ones do) you can use that option instead.
I'll leave this open, to consider implementing YubiKey support in the future.
@dani-garcia commented on GitHub (Nov 9, 2018):
To keep the issue tracker more focused, I'm closing this issue in favor of the meta issue at #246.