Commit graph

3 commits

Author SHA1 Message Date
DJP
c62475d8f0 Enhanced webhook tracking with SSO user information
- Updated webhook to capture SSO user details (email, name, user ID)
- Added comprehensive metadata tracking for music generation
- Enhanced webhook payload with generation mode and technical details
- Created session management endpoints for SSO user data
- Updated client identification to specify 'Music Generation'
- Added IP address and user agent tracking for security/analytics
- Documented enhanced webhook structure in README
- Added session handling for user tracking across requests

When SSO is enabled, webhooks will now include:
- User email and name from SSO authentication
- Generation mode (Simple vs Advanced with Composition Plan)
- Enhanced technical metadata for better tracking
- Proper client identification for music generation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 10:52:20 -04:00
DJP
16578bf175 Remove fallback system and add comprehensive documentation
- Removed sound generation fallback functionality
- Updated error handling to show proper music generation access errors
- Added comprehensive README.md with full documentation
- Included installation, usage, troubleshooting, and deployment guides
- Updated UI messaging for better user experience

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 10:50:47 -04:00
DJP
ddd35655da Convert ElevenLabs Sound Effects to Music Generation API
- Updated API endpoints from sound-generation to music endpoints
- Added simple prompt music generation mode
- Added advanced mode with composition plan generation
- Disabled SSO login for local testing
- Updated UI to reflect music generation instead of sound effects
- Created separate endpoint for composition plan generation
- Updated webhook tracking for music generation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 10:11:07 -04:00