Remove notice it's not enabled

This commit is contained in:
Paulus Schoutsen 2018-08-30 15:57:09 +02:00
parent 4dd17f3b73
commit 8afcdbfd24

View File

@ -3,8 +3,6 @@ title: "Authentication"
sidebar_label: Introduction
---
> This is an experimental and unfinished API introduced in Home Assistant 0.69 and later. This is not enabled by default, it's not persisted to disk and should not be used in production.
Home Assistant has a built-in authentication system allowing different users to interact with Home Assistant. The authentication system consist of various parts.
![Overview of how the different parts interact](/img/en/auth/architecture.png)
@ -37,4 +35,4 @@ Clients are applications that users use to access the Home Assistant API. Each c
The client will be provided with an authorization code when a user successfully authorizes with Home Assistant. This code can be used to retrieve an access and a refresh token. The access token will have a limited lifetime while refresh tokens will remain valid until a user deletes it.
The access token is used to access the Home Assistant APIs. The refresh token is used to retrieve a new valid access token.
The access token is used to access the Home Assistant APIs. The refresh token is used to retrieve a new valid access token.