pas-client 1.0.0

Ppoppo Accounts System (PAS) client -- OAuth2 PKCE, PASETO verification, Axum middleware
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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).