feat: add guided login and authlib URL setup

This commit is contained in:
Anon 2026-07-26 14:17:59 +02:00
parent 47bc47786a
commit 630a5fabef
10 changed files with 528 additions and 66 deletions

View file

@ -983,6 +983,9 @@ Note: This does NOT require a Bot Token, only an Application ID. Discord must be
<data name="Main.General.AuthlibServer" xml:space="preserve">
<value>authlib-injector authentication server to use for Yggdrasil accounts</value>
</data>
<data name="Main.General.AuthServerUrl" xml:space="preserve">
<value>Authlib-injector URL to use for Yggdrasil accounts. It must use http or https and include any required path.</value>
</data>
<data name="AuthlibServer.Host" xml:space="preserve">
<value>Domain name or IP address</value>
</data>