Conversation
The config file page listed only six caldav_ keys and three CALDAV_
environment variables, so auth_type looked unsupported there even though
it has been a connection parameter since 3.0. Both tables now carry it,
and a note after each says that any other CONNKEYS parameter works the
same way - with the two caveats a reader would otherwise hit: auth takes
an object and so cannot come from a file, and environment variables are
never type-converted, so CALDAV_REQUIRE_TLS=false sets the parameter to
the true string "false".
Prompt: is auth_type ('basic' vs 'digest' vs 'bearer') configurable today? As a parameter into get_davclient and/or into the configuration file?
Followup-Prompt: What version did this go in? Please update the doc [= the config file format documentation] in a separate work-branch and create a draft PR. (...)
Assisted-By: Claude Opus 5 <noreply@anthropic.com>
Member
Author
|
This is a partial response to #713 |
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.
This is a draft PR as for now. Claude made something up, no QA done, no human reviews, and (while I may be wrong) I believe documentation written (or rewritten) by me is better than the AI-generated documentation.
Commit message: