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 clientSecret optional for community mode
clientId is now the only required credential for features requiring auth.
clientSecret remains optional for community/self-hosted deployments
but is still validated server-side for enterprise mode.
Part of OAuth2 migration - PR #948
0 commit comments