lib.rs
Jan 5, 2025Both user and group permissions are supported. Convenient Route Protection: Middleware for protecting access to routes are provided via the login_required and permission_required macros. Or bring your own by using AuthSession directly with from_fn. Rock-solid Session Management: Uses tower-sessions for high-performing and ergonomic session ...