Hive Hive
Sign in

Sign in with Google or any OIDC provider

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

Hive now supports multiple OIDC providers at the same time. Configure Google directly via HIVE_GOOGLE_CLIENT_ID, HIVE_GOOGLE_CLIENT_SECRET, and HIVE_GOOGLE_ALLOWED_DOMAINS, or connect any generic OIDC provider using HIVE_OIDC_ISSUER, HIVE_OIDC_CLIENT_ID, and HIVE_OIDC_CLIENT_SECRET. Each configured provider appears as its own button on the login screen, and email-domain allowlists are enforced on the callback so users outside the permitted domains are rejected.