sui-id-shared 0.29.4

Shared types and DTOs for sui-id, a self-hosted Rust OIDC provider.
Documentation

sui-id-shared

Shared types and DTOs used across the sui-id workspace.

This crate is an implementation detail of sui-id and intentionally has a narrow surface area: typed identifiers (UserId, ClientId, …), the public-facing JSON API DTOs, and the ApiError envelope. It does not contain domain logic, storage, or HTTP code.

You generally do not depend on this crate directly. Install the binary instead:

cargo install sui-id

See the project README for an overview.

License

Apache-2.0.