Server 1.212.1 fixes an authorization issue for Tuist operators.
- Operators who sign in with a
@tuist.devGoogle Workspace account regain access to the/opspanel and operator-specific redirects. A recent gate required a confirmed email address, but OAuth sign-ins do not set one, so it excluded all Google-authenticated operators. - Operator verification now checks the Google Workspace hosted domain captured at sign-in, matching how organization SSO binds an account to a tenant. This is more reliable than checking the email address alone.
- Self-hosted instances keep their existing behavior: operators still match the configured operator email domain, and the Google Workspace check does not apply.