From 9a6b1fde1a5dc8e7233d81a312257cd60e055206 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Mon, 2 Jul 2018 11:31:38 +0100 Subject: [PATCH] Fix broken link --- website/blog/2018-07-02-trying-new-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2018-07-02-trying-new-auth.md b/website/blog/2018-07-02-trying-new-auth.md index c1b01a42..a4ee8868 100644 --- a/website/blog/2018-07-02-trying-new-auth.md +++ b/website/blog/2018-07-02-trying-new-auth.md @@ -46,6 +46,6 @@ Next step is to create users. Open a terminal and navigate to your Home Assistan If you restart Home Assistant and navigate to the frontend, you'll be prompted with a new login screen. If you enabled both auth providers, you will first have to pick which auth provider to use for authentication. -Once logged in, the frontend will store the access and a refresh token. The access token expires every 30 minutes and whenever Home Assistant restarts. The fronend will automatically fetch a new access token using the stored refresh token. We're using the OAuth2 standard for this. [More info in the docs](auth_api.md). +Once logged in, the frontend will store the access and a refresh token. The access token expires every 30 minutes and whenever Home Assistant restarts. The fronend will automatically fetch a new access token using the stored refresh token. We're using the OAuth2 standard for this. [More info in the docs](/docs/en/auth_api.html). [@awarecan]: https://github.com/awarecan