About this service
The Identity Server provides secure user identity management. It handles user registration, credential validation, and issues signed JWT tokens for authenticated access to protected resources.
- Register and authenticate users with hashed passwords (
bcrypt) - Issue and validate JWT tokens signed with RSA-256 key pairs
- Expose a REST HTTP API, a GraphQL API, and a gRPC service
- Health check endpoints for liveness and readiness probes
📄
REST API
Standard HTTP endpoints for registration, login, user management, and health checks. Documented with Swagger / OpenAPI.
View REST Docs🔁
GraphQL API
A GraphQL interface exposing the Login mutation and the me query
for authenticated user profile access.
🔌
gRPC / Protobuf
A gRPC service definition exposing Login and Me RPCs
via Protocol Buffers.