# pas-client
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-client = { version = "1.0", features = ["axum"] }
```
Migrated from `ppoppo-sdk`. See [migration guide](https://github.com/hakchin/ppoppo-sdk).