flowfull 0.1.0

Async Rust client for Flowfull and Flowless-compatible backends
Documentation
1
2
3
4
5
6
7
//! Actix integration exports.
//!
//! The core client and Bridge validator are framework agnostic. A full Actix
//! middleware wrapper can be layered on top of `BridgeValidator` without
//! changing the public SDK API.

pub use crate::bridge::{BridgeValidator, SessionData, ValidationMode, ValidationOptions};