#124
B+
Rank #46
Logto
A modern, developer-friendly identity provider offering OIDC, social/enterprise SSO, MFA, and RBAC out of the box. Standout trait is a genuinely pleasant developer experience compared to older IdPs like Keycloak, without sacrificing backend-managed security.
76.8
/ 100
β Full Stack
Node.js/TypeScript core built on top of a Postgres database, with a Next.js admin console and separate sign-in UI, exposing standard OIDC endpoints. SDKs are thin clients β all token issuance and session logic live server-side.
π Scaling Analysis
Cleanly stateless application tier backed by a single Postgres instance means horizontal scaling is just adding replicas behind a load balancer, with Postgres as the one component to scale vertically or via read replicas. Good modern architecture for an IdP at small-to-mid scale.
π Running on Nexlayer
Two-pod deploy β Logto core and Postgres (`postgres.pod:5432`) β with the admin console as a second container or pod depending on the chosen image. `ENDPOINT`/`ADMIN_ENDPOINT` env vars must point at the Nexlayer-issued `<% URL %>` domains rather than any hardcoded host.