pas-client 1.0.1

Ppoppo Accounts System (PAS) client -- OAuth2 PKCE, PASETO verification, Axum middleware
Documentation

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

[dependencies]
pas-client = { version = "1.0", features = ["axum"] }

Migrated from ppoppo-sdk. See migration guide.