From 40a7174266a0d0bd46f72eb5768dcb3c3a653cd4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 24 Oct 2018 17:49:59 +0200 Subject: [PATCH] Add extra note about expiration time --- docs/auth_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/auth_api.md b/docs/auth_api.md index 58fdd8ee..fc8da74b 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -250,3 +250,4 @@ Some things to note about a signed path: - If the refresh token is deleted, the signed url is no longer valid. - If the user is deleted, the signed url is no longer valid (because the refresh token will be deleted). - If Home Assistant is restarted, the signed url is no longer valid. + - Access is only validated when the request is received. If a response takes longer than the expiration time (ie, downloading a large file), the download will continue after the expiration date has past.