From 153e46a7ca7f3f95511ecbcd44c77192d22a8cc7 Mon Sep 17 00:00:00 2001 From: Subu Ghimire <254926418+subughimire420@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:17:26 +0000 Subject: [PATCH] Update authentication documentation with token info Added reference to Log In section for token creation. --- docs/how-to/authenticate.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to/authenticate.md b/docs/how-to/authenticate.md index feca7ea0e0..a29cc39ef5 100644 --- a/docs/how-to/authenticate.md +++ b/docs/how-to/authenticate.md @@ -21,6 +21,7 @@ Here is an example configuration for authenticating to p46-blueapi: - **auth_token_path**: (Optional) Specify where to save the token. If omitted, the default is `~/.cache/blueapi_cache` or `$XDG_CACHE_HOME/blueapi_cache` if `XDG_CACHE_HOME` is set. --- +See Log In section for more info on how to create & cache authentication token. ## Log In