pas-external 4.0.2

Ppoppo Accounts System (PAS) external SDK -- OAuth2 PKCE, PASETO verification, Axum middleware, session liveness
Documentation
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).