From 1f3eeb631285284044e5dc5479bc41205e867313 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:04:06 +0100 Subject: [PATCH] Minor grammar improvements in front end developer docs (#1505) --- docs/frontend/external-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/external-authentication.md b/docs/frontend/external-authentication.md index bdebce33..94506e06 100644 --- a/docs/frontend/external-authentication.md +++ b/docs/frontend/external-authentication.md @@ -2,7 +2,7 @@ title: "External Authentication" --- -By default, the frontend will take care of its own authentication tokens. If none found, it will redirect the user to the login page and it will take care that the token is up to date. +By default, the frontend will take care of its own authentication tokens. If none are found, it will redirect the user to the login page and it will take care of updating the token. If you want to embed the Home Assistant frontend in an external app, you will want to store the authentication inside the app but make it available to the frontend. To support this, Home Assistant exposes an external authentication API.