diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown index 39022dd2a70..3d12783c2d3 100644 --- a/source/_docs/authentication.markdown +++ b/source/_docs/authentication.markdown @@ -41,7 +41,9 @@ You can: - Log out of Home Assistant.
+ Unused refresh tokens will be automatically removed. A refresh token is considered unused if it has not been used for a login within 90 days. If you need a permanent token, then we recommend using [Long Lived Access Tokens](/docs/auth_api/#long-lived-access-token). +
### Securing your login