Commit Graph

3 Commits

Author SHA1 Message Date
dsyoon
16a856a944 Auto-login via NCue session
If already logged in on ncue.net (Google), reuse NCue session and skip DreamGirl admin prompt.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 12:47:53 +09:00
dsyoon
ffcb263131 Fix auth redirects for /dreamgirl subpath
Make login/logout and redirects work when deployed under a subdirectory (e.g. /dreamgirl).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 12:39:03 +09:00
dsyoon
e008000aa6 Add login gate
Protect UI with PHP session login and secure APIs.

- Add login/logout pages and session auth helper
- Serve protected content from index.php
- Redirect index.html to index.php to prevent bypass
- Require auth for image list/upload APIs

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 12:35:47 +09:00