Merged
Conversation
Supabase 관련 환경변수를 .env.example에 추가하고, .mcp.json과 migration output을 gitignore에 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
DatoCMS → Supabase 마이그레이션 완료에 따라 문서를 현행화. Feature Flag 이중 데이터 소스, Supabase 스키마, 컨버터 패턴, AWS S3/CloudFront 이미지 호스팅, 환경변수 전체 목록 등 추가. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- validateAdmin with timing-safe password comparison - createAdminClient (untyped, postgrest-js compat workaround) - GET /api/admin/posts (all posts with joins) - POST /api/admin/posts (with input validation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- GET single post with joins, 404 handling - PUT partial update with input validation - DELETE hard delete Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- GET all categories ordered by main/sub - POST with input validation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- PUT partial update with input validation - DELETE hard delete Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- File type whitelist (jpeg, png, webp, gif) - 10MB size limit - Width/height validation - S3 upload with CloudFront URL response - images table record creation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
timingSafeEqual적용)createAdminClient(RLS 우회)API Endpoints
/api/admin/posts/api/admin/posts/api/admin/posts/[id]/api/admin/posts/[id]/api/admin/posts/[id]/api/admin/categories/api/admin/categories/api/admin/categories/[id]/api/admin/categories/[id]/api/admin/uploadTest plan
pnpm build빌드 성공 확인🤖 Generated with Claude Code