Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
doc: Move the note on sending requests to multiple servers higher.
Browse files Browse the repository at this point in the history
Requested by the solutions engineers, as this is pretty buried.

Instead of documented technical details, provide a link to the
yubico-c-client...
  • Loading branch information
Thordur Bjornsson committed Dec 9, 2016
1 parent b816853 commit 6cc7839
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/Getting_Started_Writing_Clients.adoc
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 6cc7839

Please sign in to comment.