From 6a249ef8130a9fc6fe2c92ef1bd72e242c3b1384 Mon Sep 17 00:00:00 2001 From: zombieb Date: Sun, 4 May 2025 02:27:38 -0400 Subject: [PATCH] config docs --- CONFIG.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index d027011..4675b5f 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -79,13 +79,5 @@ Parameters used by the server's authentication mechanisms. `timeout`: The maximum age for a token. -### Auth Verification -Can be `null`. Cloudflare Turnstile is used to verify users before they create their account. - -`enabled`: `true` by default. This section may also be `null`.
-This enables the `GET /user/verify` endpoint that is presented to users wishing to create an account.
-`POST /user/verify` is used for Turnstile siteverify. - -`sitekey`: Turnstile sitekey from Cloudflare dashboard - -`secretkey`: Turnstile secretkey from Cloudflare dashboard \ No newline at end of file +`steamkey`: When not `null`, checks the Steam authentication ticket given by the client with the Steam User Auth API. Recommended for public servers. +
You can get this key from [here](https://steamcommunity.com/dev/apikey) \ No newline at end of file