Make YouTube auth optional and non-blocking; manual stream key is baseline go-live path

This commit is contained in:
2026-08-04 10:28:01 -07:00
parent 8aebbff318
commit d4945f4fd0
2 changed files with 12 additions and 2 deletions
+7
View File
@@ -50,3 +50,10 @@ Apply this to every UI decision:
- Prefilled YouTube defaults (RTMP URL, bitrate, resolution, latency)
- Visual/drag-and-drop scene building over property panels
- Every action produces a visible outcome — no dead ends
## Auth is optional, never a gate
YouTube OAuth2 sign-in must NEVER block core usage. Users can go live with a manual stream key,
build scenes, and record without authenticating. OAuth is an enhancement — it unlocks live chat,
broadcast creation, scheduling, and YouTube-side health — not a prerequisite. Treat the sign-in
button as "sign in (optional)", never as a requirement to use the app.