mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Fix link to Auth backend documentation (#1173)
This commit is contained in:
parent
5d9b4e00bf
commit
e621d61ff5
@ -33,6 +33,4 @@ As a developer, follow the following best practices to make your add-on secure:
|
||||
|
||||
## Use Home Assistant User backend
|
||||
|
||||
Instead of allowing users to set new login credential in plain text config, use the Home Assistant [Auth backend][hassio-api-auth]. You can enable the access to API with `auth_api: true`. Now you are able to send the login credential to auth backend and validate it again Home Assistant.
|
||||
|
||||
[supervisor-api-auth]: /api/supervisor/endpoints.md#auth
|
||||
Instead of allowing users to set new login credential in plain text config, use the Home Assistant [Auth backend](/docs/api/supervisor/endpoints#auth). You can enable the access to API with `auth_api: true`. Now you are able to send the login credential to auth backend and validate it again Home Assistant.
|
||||
|
Loading…
x
Reference in New Issue
Block a user