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