genies_auth_admin 1.8.1

统一认证管理服务 - 用户、角色、权限、组织架构管理
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Handler 模块

pub mod auth_handler;
pub mod user_handler;
pub mod role_handler;
pub mod permission_handler;
pub mod department_handler;
pub mod application_handler;
pub mod app_proxy_handler;
pub mod instance_handler;
pub mod sync_handler;