Hive Hive
Sign in

Sign in with Google or any OpenID Connect provider

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

Authentication is now delegated to Ueberauth and ueberauth_oidcc. You can configure Google sign-in via HIVE_GOOGLE_CLIENT_ID, HIVE_GOOGLE_CLIENT_SECRET, and an optional HIVE_GOOGLE_ALLOWED_DOMAINS allowlist, or any generic OIDC provider via HIVE_OIDC_ISSUER, HIVE_OIDC_CLIENT_ID, HIVE_OIDC_CLIENT_SECRET, and an optional HIVE_OIDC_DISPLAY_NAME. Both can be enabled at the same time, and configured domain allowlists are enforced on the callback.