1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

doc: Move the note on sending requests to multiple servers higher.

Requested by the solutions engineers, as this is pretty buried.

Instead of documented technical details, provide a link to the
yubico-c-client...
This commit is contained in:
Thordur Bjornsson 2016-12-09 15:12:17 +01:00
parent b8168539ba
commit 6cc7839847
No known key found for this signature in database
GPG Key ID: C1DEC0C67258C4D7

View File

@ -73,6 +73,10 @@ The servers that Yubico provides are:
These servers are hosted in different places and by different organizations.
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, see link:https://github.com/Yubico/yubico-c-client)[Yubico C client] for technical details.
=== Parse response
You will recieve a response back from the server, a string of text
@ -125,6 +129,4 @@ YubiKey prefix in a database.
=== The End
There are some more subtle matters that can be important, so please
read the entire protocol specification for all the details. Further,
for added reliability, you may send the request in parallel to more
than one server, which is not explained above.
read the entire protocol specification for all the details.