Albert d977620c92 feat: Step 8 - Deepgram token API
Implement serverless-friendly Deepgram token generation.

This provides a secure, stateless way for clients to use Deepgram's
real-time streaming without exposing the main API key:

1. Client requests temporary token from Next.js API
2. Server generates short-lived (60s) token with 'member' scope
3. Client uses token to connect directly to Deepgram WebSocket

This architecture bypasses Vercel's serverless WebSocket limitations
while maintaining security by keeping the main Deepgram API key
server-side only.

Security:
- Main API key never exposed to client
- Temporary tokens expire in 60 seconds
- Minimal 'member' scope permissions

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 00:14:41 +00:00
2025-11-09 00:14:41 +00:00
2025-11-09 00:12:46 +00:00
2025-11-08 12:44:39 +00:00
2025-11-08 12:44:39 +00:00
Description
No description provided
57 MiB