mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
Remove notice it's not enabled
This commit is contained in:
parent
4dd17f3b73
commit
8afcdbfd24
@ -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.
|
||||
|
||||

|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user