From 21ce5bfa12e264fc28f1ed4f5529bbcaa53fc481 Mon Sep 17 00:00:00 2001 From: mkrause612 Date: Thu, 12 Feb 2026 02:21:39 -0600 Subject: [PATCH] =?UTF-8?q?Temporary=20token=20storage=20=E2=80=94=20DELET?= =?UTF-8?q?E=20after=20Vaultwarden=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/core/gitea-api-token-TEMPORARY.md | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/core/gitea-api-token-TEMPORARY.md diff --git a/docs/core/gitea-api-token-TEMPORARY.md b/docs/core/gitea-api-token-TEMPORARY.md new file mode 100644 index 0000000..1f224cb --- /dev/null +++ b/docs/core/gitea-api-token-TEMPORARY.md @@ -0,0 +1,33 @@ +# 🔑 GITEA API TOKEN — TEMPORARY STORAGE + +**⚠️ MOVE TO VAULTWARDEN WHEN DEPLOYED — THEN DELETE THIS FILE ⚠️** + +**Created:** February 12, 2026 +**Purpose:** Temporary token storage until Vaultwarden is operational +**Action Required:** Delete this file after migrating to Vaultwarden + +--- + +## Claude Session Access Token + +**Token Name:** claude-session-access +**Token Value:** e0e330cba1749b01ab505093a160e4423ebbbe36 +**Scope:** All repositories (public, private, and forked) +**Permissions:** Select permissions per API route +**Generated:** February 11, 2026 + +--- + +## Usage + +Provide this token to Claude at session start. Claude uses it in API headers: +``` +Authorization: token e0e330cba1749b01ab505093a160e4423ebbbe36 +``` + +## REMINDER + +**This file is a temporary measure.** Once Vaultwarden is deployed: +1. Store token in Vaultwarden +2. Delete this file from the repository +3. Update SESSION-HANDOFF-PROTOCOL.md with Vaultwarden retrieval instructions