Parako.ID — Self-hosted identity provider
Built on OpenID Certified base
MIT licensed, open source
Self-hosted on your infrastructure
TypeScript & Node.js
Why Parako.ID
An identity layer you actually own.
Self-hosted, zero per-user fees
Run on a single VPS or scale across regions. No license keys, no seat counts, no usage caps — your data stays in your network.
Standards-compliant by default
Built on the OpenID Certified node-oidc-provider library. OAuth 2.0, OIDC Core, PKCE, DPoP, mTLS, Device Flow, CIBA, FAPI 1.0 / 2.0 — all inherited.
Batteries included
Admin panel, CLI, Management API, multi-tenancy, social login, password breach detection, MFA, account recovery, 10-locale i18n — in the box.
Bring your own database
SQLite by default for zero-setup. Switch to MongoDB or PostgreSQL for production without changing your application code.
Documentation
Find what you need.
Quickstart
Run a Parako.ID instance in under two minutes.
Clone, install, run.
The default SQLite adapter requires no external services. Open http://localhost:9007/auth/register and create your first admin account.
git clone https://github.com/Dahkenangnon/Parako.IDcd Parako.IDyarn installcp .env.example .envyarn keys generateyarn db:pushyarn devCapabilities
A pragmatic feature set, not a checkbox marathon.
/metrics endpoint for monitoringFor the complete protocol-level support matrix and config paths, see Specifications.