feat: change uid check

- change uid checker due to limitation of header
- refactor codes

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-04-28 16:43:22 +07:00
parent 819bd08bc3
commit da956d39a7
16 changed files with 1398 additions and 1451 deletions

View file

@ -0,0 +1,5 @@
pub mod auth;
pub mod command;
pub mod recipe;
pub mod sheet;
pub mod watchdog;