ferro-rs 0.2.14

A Laravel-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
//! Broadcasting integration for channel authorization.
//!
//! Provides the [`broadcasting_auth`] handler that bridges session-based
//! authentication with channel authorization for private and presence channels.

pub mod auth;

pub use auth::broadcasting_auth;