From c9b71eaf5055821ca0b8ada1a4dea0fc2581344c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 20 Oct 2020 11:01:55 +0200 Subject: [PATCH] Supervisor: Auth cache reset (#688) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- docs/api/supervisor/endpoints.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 7037d667..4bd6db6a 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -736,6 +736,14 @@ Set a new password for a Home Assistant Core user. +
+/auth/cache + +Reset internal authentication cache, this is useful if you have changed the password for a user and need to clear the internal cache. + +
+ + ### CLI