Add quick provider login buttons (Auth0 connections), an API to upsert users into Postgres and gate admin via can_manage, plus schema and Node server.
Co-authored-by: Cursor <cursoragent@cursor.com>
Allow setting Auth0 domain/clientId and allowed emails via a modal saved to localStorage to enable login testing without redeploying.
Co-authored-by: Cursor <cursoragent@cursor.com>
Show login status in header, guard manage actions behind allowed emails, and add Auth0 SPA SDK with CDN fallback.
Co-authored-by: Cursor <cursoragent@cursor.com>