Centralized identity and authentication service supporting SSO, JWT sessions, MFA (TOTP), account recovery, audit logging, and security controls.
  • PHP 95.4%
  • JavaScript 4.6%
Find a file
2025-12-16 01:31:59 -05:00
db convert to classes 2025-12-16 01:31:59 -05:00
php convert to classes 2025-12-16 01:31:59 -05:00
scripts setup database architecture 2025-12-14 02:31:31 -05:00
.gitignore start setting up auth endpoint 2025-12-15 01:33:31 -05:00
LICENSE.md Initial commit 2025-12-13 22:27:26 -05:00
package.json setup database architecture 2025-12-14 02:31:31 -05:00
README.md setup database architecture 2025-12-14 02:31:31 -05:00

identity-service

Identity Service is a standalone identity provider designed to support single sign-on (SSO) across multiple applications. It manages user accounts, authentication, JWT-based sessions, multi-factor authentication (TOTP), account recovery, lockouts, and detailed audit logging, with an architecture intended to evolve toward OAuth 2.1 / OpenID Connect.