mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 02:46:29 +00:00
Minor grammar improvements in front end developer docs (#1505)
This commit is contained in:
parent
fcafabfc9e
commit
1f3eeb6312
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user