config docs
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 1m46s

This commit is contained in:
2025-05-04 02:27:38 -04:00
parent 9e4bfc8368
commit 6a249ef813

View File

@@ -79,13 +79,5 @@ Parameters used by the server's authentication mechanisms.
`timeout`: The maximum age for a token. `timeout`: The maximum age for a token.
### Auth Verification `steamkey`: When not `null`, checks the Steam authentication ticket given by the client with the Steam User Auth API. Recommended for public servers.
Can be `null`. Cloudflare Turnstile is used to verify users before they create their account. <br>You can get this key from [here](https://steamcommunity.com/dev/apikey)
`enabled`: `true` by default. This section may also be `null`.<br>
This enables the `GET /user/verify` endpoint that is presented to users wishing to create an account.<br>
`POST /user/verify` is used for Turnstile siteverify.
`sitekey`: Turnstile sitekey from Cloudflare dashboard
`secretkey`: Turnstile secretkey from Cloudflare dashboard