mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
- Add check.rs with Tauri commands for checking web, database, and filesystem permissions - Implement handlePermissionsMethodAsync in frontend to route permission checks - Register permission check commands in lib.rs - Add toast notification for permission denied errors in web requests - Extensions can now check permissions before operations via SDK
5 lines
66 B
Rust
5 lines
66 B
Rust
pub mod check;
|
|
pub mod manager;
|
|
pub mod types;
|
|
pub mod validator;
|