From d34e3f2404a60e2f7b8f7c9b641cd72d5ff36293 Mon Sep 17 00:00:00 2001 From: jmgasper Date: Mon, 10 Aug 2026 06:26:38 +1000 Subject: [PATCH] Remove exposed Auth0 credentials --- .env | 4 ++-- DEPLOYMENT.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index e1a8e33..b1493c8 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ AUTH0_URL="https://topcoder-dev.auth0.com/oauth/token" AUTH0_AUDIENCE="https://m2m.topcoder-dev.com/" -AUTH0_CLIENT_ID="nMg1e9r7Cnrsw4Zf2zrfM8lvhttFHBmR" -AUTH0_CLIENT_SECRET="itXV_hCMVswJllGlw6-VtJdbBtMKtOFe5Y4fbuFx6zzoyL3hN3RNEzxVf_xp8BDT" +AUTH0_CLIENT_ID="" +AUTH0_CLIENT_SECRET="" AUTH0_PROXY_URL="https://auth0proxy.topcoder-dev.com/token" \ No newline at end of file diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index df4d23e..f2523e0 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -295,7 +295,7 @@ export LOG_LEVEL="debug" For **development**: ```bash -export AUTH0_CLIENT_ID="nMg1e9r7Cnrsw4Zf2zrfM8lvhttFHBmR" +export AUTH0_CLIENT_ID= export AUTH0_CLIENT_SECRET="" export SUBMISSION_API_URL="https://api.topcoder-dev.com/v6" ```