developers.home-assistant/docs/app_integration_webview.md
Paulus Schoutsen 5f4d549954
Add docs for native app integration (#149)
* Add docs for native app integration

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update app_integration_sending_data.md

* Address comments
2018-11-25 16:15:10 +01:00

478 B

title
Authenticated Webview

Your application already asked the user to authenticate. This means that your app should not ask the user to authenticate again when they open the Home Assistant UI.

To make this possible, the Home Assistant UI supports external authentication. This allows your app to provide hooks so that the frontend will ask your app for access tokens.

Note that this feature requires a direct connection to the instance.