From 4ad878a954ceb5fb3bd8f266e5d900ad079eadc4 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 20 Oct 2023 22:19:53 +0100 Subject: [PATCH] Auth note in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83dc5a8..faf46cf 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,6 @@ vrcdn = "vrcdn_stream_name" Instances can either be the URL or instance and world ID seperated out, the later taking priority over the former. Runs on port `6534`, on all interfaces. May be configurable in the future. + +You will need to set the `VRCHAT_AUTH_TOKEN` environment variable to authenticate with VRChat's API. This isn't technically +recommended and a more robust authentication system (see: _correct_) should be considered for serious use (see: VEMS).