This is the admin/owner workbench for sb_movies. Auth Gate V7.13.005 now blocks signed-out access first, then the existing admin/owner lock controls create, edit, upload poster URLs and permanent delete actions.
Loads rows from sb_movies.
Create Video inserts a new sb_movies row.
Save updates the full editable movie form and verifies readback.
Delete permanently removes the selected sb_movies row after typed confirmation.
Signed-out users are blocked by the shared Auth Gate before editor controls load.
This page is allowed to create, edit and delete sb_movies rows only for owner/admin accounts.
Permanent delete requires DELETE FROM SUPABASE.
Create/edit/delete are verified with fresh Supabase reads.
This pass preserves the existing sb_movies field keys and does not invent new schema.
titledescriptionmux_playback_urlvideo_urlthumbnail_urltrailer_urlyearratingruntime_textage_ratingdirectorcast_textgenrestagschannel_idowner_idfeaturedduration_secondssource_typestatusupdated_atcreated_at/read-onlyid/read-onlySupabase Library Editor V7.12.279 auth gate test: clean top rail + Auth Gate + admin/owner lock. Real create/edit/delete/upload logic retained from V7.12.217.
Full-field save: editable form saves together and verifies after Supabase readback.
This permanently deletes the selected movie row from Supabase. Storage poster files are not deleted here.