Update authentication documentation with token info#1393
Open
subughimire420 wants to merge 1 commit intomainfrom
Open
Update authentication documentation with token info#1393subughimire420 wants to merge 1 commit intomainfrom
subughimire420 wants to merge 1 commit intomainfrom
Conversation
Added reference to Log In section for token creation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1393 +/- ##
=======================================
Coverage 95.03% 95.03%
=======================================
Files 43 43
Lines 2779 2779
=======================================
Hits 2641 2641
Misses 138 138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tpoliaw
reviewed
Feb 16, 2026
Contributor
tpoliaw
left a comment
There was a problem hiding this comment.
I'm not against this but does it add much when it's referring the next line on the page?
| - **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. |
Contributor
There was a problem hiding this comment.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added reference to Log In section for token creation.