1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# pas-external Ppoppo Accounts System (PAS) client for Rust. - **OAuth2 PKCE** authentication flow - **PASETO v4.public** token verification - **Axum middleware** for plug-and-play auth routes ## Usage ```toml [dependencies] pas-external = { version = "4.0", features = ["axum"] } ``` Migrated from `ppoppo-sdk`. See [migration guide](https://github.com/hakchin/ppoppo-sdk).