One account for every service
UAuth is a centralized OIDC identity provider that brings social login together in one place — so every app in the u2.skin family connects through a single, standard integration.
Use your favourite OIDC client. Point it at the issuer and you're done.
See full integration guideproviders: [{ id: "uauth", type: "oidc", issuer: "https://uauth.u2.skin", clientId: process.env.UAUTH_CLIENT_ID, authorization: { params: { scope: "openid profile email" } }, }]
Create a developer account and add your first app in minutes.