Merge pull request #85 from tpounds/fix-doc-typo

Fix documentation typo.
This commit is contained in:
Mitchell Hashimoto 2015-04-28 22:30:58 -07:00
commit ee5dfccdd1
2 changed files with 6 additions and 6 deletions

View File

@ -112,9 +112,9 @@ generated by an operator and configured into the backend. The ID itself
is usually a UUID, but any hard-to-guess unique value can be used. is usually a UUID, but any hard-to-guess unique value can be used.
After creating app IDs, an operator authorizes a fixed set of user IDs After creating app IDs, an operator authorizes a fixed set of user IDs
with each app ID. When the valid {app ID, user ID} set is tuple is given with each app ID. When a valid {app ID, user ID} tuple is given to the
to the "login" path, then the user is authenticated with the configured "login" path, then the user is authenticated with the configured app
app ID policies. ID policies.
The user ID can be any value (just like the app ID), however it is The user ID can be any value (just like the app ID), however it is
generally a value unique to a machine, such as a MAC address or instance ID, generally a value unique to a machine, such as a MAC address or instance ID,

View File

@ -50,9 +50,9 @@ generated by an operator and configured into the backend. The ID itself
is usually a UUID, but any hard-to-guess unique value can be used. is usually a UUID, but any hard-to-guess unique value can be used.
After creating app IDs, an operator authorizes a fixed set of user IDs After creating app IDs, an operator authorizes a fixed set of user IDs
with each app ID. When the valid {app ID, user ID} set is tuple is given with each app ID. When a valid {app ID, user ID} tuple is given to the
to the "login" path, then the user is authenticated with the configured "login" path, then the user is authenticated with the configured app
app ID policies. ID policies.
The user ID can be any value (just like the app ID), however it is The user ID can be any value (just like the app ID), however it is
generally a value unique to a machine, such as a MAC address or instance ID, generally a value unique to a machine, such as a MAC address or instance ID,