🔐 Shopify Multi-App Token Manager
Manage OAuth tokens for multiple Shopify client stores.
How It Works:
- Create an app in Dev Dashboard for each client
- Add the app credentials via the dashboard
- Send the generated install link to your client
- Client clicks link and approves
- Token is automatically captured and stored
Endpoints:
- /dashboard - Manage apps & tokens (protected)
/install/store-name - Install link for specific store
/api/tokens - API access to tokens (protected)
Status: Running