Hive Hive
Sign in

Sign in with Google or a generic OIDC provider

Metadata
Source
GitHub
Version
server@0.2.0
Domains
Published
May 29, 2026 · 14:56 UTC
Repository
tuist/hive
Update

You can now sign in with Google or any generic OpenID Connect provider, and both can be enabled at the same time. Each configured provider gets its own button on the login page, routed through /auth/:provider. Google uses HIVE_GOOGLE_CLIENT_ID, HIVE_GOOGLE_CLIENT_SECRET, and an optional HIVE_GOOGLE_ALLOWED_DOMAINS allowlist. Generic OIDC uses HIVE_OIDC_ISSUER, HIVE_OIDC_CLIENT_ID, HIVE_OIDC_CLIENT_SECRET, HIVE_OIDC_DISPLAY_NAME, and HIVE_OIDC_ALLOWED_DOMAINS.