Cafe24 General App Runtime Skeleton
This repo now serves runtime entrypoints for install, OAuth callback, and admin access.
Context
- app_name:
Cafe24 SEO App
Details
- Use /install?mall_id={shopping_mall_id} to start OAuth.
- Use /callback to receive and validate Cafe24 OAuth callback parameters.
- Use /admin as the app admin entry after authentication.
- Legacy static prototype exists at /admin/index.html and is not used as runtime entry.
Quick Links
Cafe24 general app runtime skeleton. OAuth token exchange and API business logic are intentionally deferred.