Files
windmill/backend/windmill-api-auth/src/lib.rs
T
Ruben Fiszel 2b8af5ddd4 with cc
2026-02-06 13:56:30 +00:00

17 lines
362 B
Rust

/*
* Author: Windmill Labs, Inc
* Copyright: Windmill Labs, Inc 2024
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
*/
mod auth;
pub mod permissions;
pub mod scopes;
pub mod tokens;
mod types;
pub use auth::*;
pub use types::*;