issuerd 0.1.4

Issuerd: a horizontally scalable, modular IAM server implementing OIDC/OAuth2 (Keycloak-inspired), with embedded admin/account web consoles
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2026 Dmitry Andreev. <da@issuerd.org>
//
// Empty library target so the root package can host integration tests.

//! Empty lib — exists only so the root package can host integration tests.

#![forbid(unsafe_code)]