You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): make dual auth opt-in for backward compatibility
Dual auth is now opt-in:
- If studio.auth is NOT configured: Studio uses server.auth (existing behavior)
- If studio.auth IS configured: Studio uses it exclusively (no fallback)
This preserves backward compatibility while allowing users to opt into
strict Studio/API auth isolation.
Co-Authored-By: Mastra Code (anthropic/claude-opus-4-5) <noreply@mastra.ai>
0 commit comments