Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/how-to/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
See Log In section for more info on how to create & cache authentication token.
See Log In section for more info on how to create and cache authentication token.


## Log In

Expand Down
Loading