yubico-dotnet-client
yubico-dotnet-client copied to clipboard
Nuget Package Out of Date
The version of Yubico dotNET client available through nuget seems to be outdated by a few years:
After some testing, it still works properly, but it appears to be pointing to the 5x URLs for validation instead of the single one:
Noticed this as well and looked strange, but after reading the yubico documentation a bit it seems that you are supposed to call all five mirrors and take the first response (the rest will get "replayed" status).
"Clients should send authentication requests to all of them in parallel, and utilize the first response received for added reliability should one or more of the api servers be offline," https://developers.yubico.com/yubikey-val/Getting_Started_Writing_Clients.html
So it seems that the latest "correct" version is on nuget, and the github change that removed them should be reverted. A bit strange but true 😃