From 43f0e8530b473c36cbfee3f5c78cded3528131fd Mon Sep 17 00:00:00 2001 From: Zak Holt Date: Thu, 22 Jun 2017 10:53:57 -0400 Subject: [PATCH] Update using-dex.md --- Documentation/using-dex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/using-dex.md b/Documentation/using-dex.md index 1e2076d5..f63a9457 100644 --- a/Documentation/using-dex.md +++ b/Documentation/using-dex.md @@ -136,7 +136,7 @@ A more thorough discussion of these kinds of best practices can be found in the ## Consuming ID tokens -Apps can also choose to consume ID tokens, letting other trusted clients handle the web flows for login. Clients pass along the ID tokens they receive from dex, usually as a bearer token, letting them act at the user to the backend service. +Apps can also choose to consume ID tokens, letting other trusted clients handle the web flows for login. Clients pass along the ID tokens they receive from dex, usually as a bearer token, letting them act as the user to the backend service. ![][dex-backend-flow]