Version history for every DjangoPlay app — pick one to see what changed and when. Looking for what’s coming next? Explore the latest roadmap and upcoming releases?
The first release of AuthX Identity — a standalone OpenID Connect identity microservice for centralized authentication, identity management, and JWT-based application security.
centralizes authentication and identity management in a dedicated FastAPI service, instead of every application implementing its own identity layer.
provides OIDC discovery, token issuance, token refresh, UserInfo, and JWKS endpoints through a standard identity-service architecture.
supports email/password authentication alongside SSO identity relationships for providers such as Google and Apple.
issues RS256-signed access and refresh tokens, with AuthX remaining the single authority responsible for JWT signing.
provides trusted server-to-server APIs for creating, retrieving, updating, and soft-deleting identities.
ships authx_client for Django/Python applications to consume AuthX without coupling their domain models to the identity service.
lets consuming applications verify JWTs locally using AuthX’s public key or JWKS instead of calling back to the identity service on every request.
AuthX owns authentication credentials and identity records while consuming applications retain ownership of profiles, roles, organizations, and business data.
Docker, PostgreSQL, structured logging, configurable CORS, and database migrations establish the service as a deployable identity component from day one.