Fix link to Auth backend documentation (#1173)

This commit is contained in:
nicogramm 2022-01-03 11:58:31 +01:00 committed by GitHub
parent 5d9b4e00bf
commit e621d61ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.