huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+2
View File
@@ -7,8 +7,10 @@
//! - `pkce.rs` — pure PKCE helpers: generation, challenge, encoding
//! - `flow.rs` — pure flow types and token-expiry decision logic
/// Pure OAuth flow types and token-expiry decision logic.
pub mod flow;
pub(super) mod io;
/// Pure PKCE helpers — code verifier generation, challenge derivation, base64url encoding.
pub mod pkce;
pub use flow::AccountInfo;