Used across every Golem Network product

One identity for the
Golem Network.

GolemSSO is the single sign-on that powers every app in the Golem family. Sign in once. Move freely. No password sprawl, no friction.

One sign-in, every app

Authenticate once and every Golem product just opens. No re-typing, no forgotten passwords.

Optional MFA, your choice

Pick what fits — email code, authenticator app, security key, or passkey. Turn it on when you want.

Built for every device

Phone, tablet, laptop — modern web standards mean it just works, with the same identity everywhere.

The Golem Network

Built for products you already use.

GolemSSO is the identity layer behind every app under the Golem Network — from storage and transfer to dashboards and partner tools.

GolemDrive

Storage & sharing

Dashboard

Your account hub

Portal

Customer self-service

Partner

For integrators

Security

Quiet, modern protection — the way it should be.

Tokens stay short-lived, traffic stays encrypted, secrets never leave their vault. You don't need to think about any of that — just sign in.

  • Passkeys and security keys supported out of the box.
  • Sign-in attempts and tokens are rate-limited at the edge.
  • You can revoke a session from any device, any time.
auth.golemsso.com
POST /oauth/v2/token
200 OK

{
  "iss":   "https://auth.golemsso.com",
  "aud":   "<your-app>",
  "sub":   "<you>",
  "email": "[email protected]",
  "realm_access": { "roles": ["member"] }
}

A standards-based OIDC token. No proprietary lock-in.