Skip to content

Update Yggdrasil auth configuration docs for authlib-injector path and HTTP settings#2964

Merged
milutinke merged 2 commits intomasterfrom
copilot/update-documentation-configuration-section
Mar 22, 2026
Merged

Update Yggdrasil auth configuration docs for authlib-injector path and HTTP settings#2964
milutinke merged 2 commits intomasterfrom
copilot/update-documentation-configuration-section

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 22, 2026

The configuration guide still described the old inline AuthServer shape and did not cover the new authlib-injector options. This updates the docs to match the current Yggdrasil auth configuration written by MCC.

  • What changed

    • Replaced the outdated inline-table AuthServer example with the current [Main.General.AuthServer] subsection format
    • Documented the new AuthlibInjectorAPIPath setting for custom authlib-injector prefixes
    • Documented UseHttps for plain-HTTP local or development auth servers
    • Clarified that Host accepts either a hostname or host:port
  • Docs updated

    • /docs/guide/configuration.md
    • Expanded the AuthServer entry to describe the full subsection layout, defaults, and practical examples
  • Example

    [Main.General.AuthServer]
    Host = "127.0.0.1"
    Port = 25585
    AuthlibInjectorAPIPath = "/authlib-injector"
    UseHttps = false
  • Screenshot


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] Update documentation configuration section based on feature #2963 Update Yggdrasil auth configuration docs for authlib-injector path and HTTP settings Mar 22, 2026
Copilot AI requested a review from milutinke March 22, 2026 23:46
@milutinke milutinke marked this pull request as ready for review March 22, 2026 23:51
@milutinke milutinke merged commit 5d21b45 into master Mar 22, 2026
@milutinke milutinke mentioned this pull request Mar 24, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants