Skip to content
@IdentSphere

IdentSphere

IdentSphere

Self-hostable authentication and identity infrastructure for modern software.

Authentication, RBAC, sessions, MFA, passkeys, OAuth, audit logs — every part of identity, under one roof. Runs entirely on your infrastructure. Zero phone-home.

What ships here

Repo Purpose
server The Rust auth server — private. Ships as a Docker image: ghcr.io/identsphere/server.
admin-dashboard React-based admin UI for operators — private.
docs Documentation site — published at https://docs.identsphere.com.
sdks Official SDK clients in TypeScript, Python, Go, Ruby, Java, PHP, .NET.
examples Sample integration apps.

Quick start

docker run -d --name identsphere \
  -p 4000:4000 \
  -e DATABASE_URL=postgres://user:pw@host:5432/db \
  -e IDENTSPHERE_JWT_SECRET="$(openssl rand -base64 48)" \
  -e IDENTSPHERE_PUBLIC_BASE_URL=https://auth.example.com \
  -e IDENTSPHERE_FROM_EMAIL=no-reply@example.com \
  ghcr.io/identsphere/server:latest

Then npm install @identsphere/react for the frontend.

Full integration guide: https://docs.identsphere.com/guide/quick-start.

License

Proprietary. See each repo's LICENSE file for the End User License Agreement.

Community tier is free forever. Paid tiers (Pro, Scale, Enterprise) unlock SAML, SCIM, audit export, and other premium features.

Contact sales@identsphere.com for licensing.

Popular repositories Loading

  1. docs docs Public

    IdentSphere documentation — https://docs.identsphere.com

    CSS

  2. sdks sdks Public

    Official IdentSphere SDK clients: TypeScript/React, Python, Go, Ruby, Java, PHP, .NET

    C#

  3. examples examples Public

    IdentSphere sample integrations

    TypeScript

  4. .github .github Public

    IdentSphere — organization profile

  5. website website Public

    IdentSphere marketing site — https://identsphere.com

    HTML

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…