Make YouTube auth optional and non-blocking; manual stream key is baseline go-live path
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user