pas-external 0.12.0

Ppoppo Accounts System (PAS) external SDK — OAuth2 PKCE, JWT verification port, Axum middleware, session liveness
Documentation
1
2
3
4
5
6
7
8
9
10
//! SDK identity types — re-exported from `ppoppo-sdk-core`.
//!
//! Phase A (RFC `RFC_2026-05-08_app-credential-collapse.md`) lifted
//! these primitives out of pas-external so multiple SDK crates and
//! 1st-party services share the same definitions. Consumers reach the
//! same names through `pas_external::types::*` or `pas_external::*`
//! (top-level re-export); the relocation is invisible at the SDK
//! surface.

pub use ::ppoppo_sdk_core::types::{KeyId, Ppnum, PpnumId, SessionId, UserId};