feat: Add token-based authorization to category deletion and enhance user registration with error handling and audit logging.

This commit is contained in:
JakkrapartXD 2026-02-12 17:55:45 +07:00
parent 45941fbe6c
commit af14610442
16 changed files with 1003 additions and 236 deletions

View file

@ -634,6 +634,8 @@ enum AuditAction {
VERIFY_EMAIL
DEACTIVATE_USER
ACTIVATE_USER
ERROR
WARNING
}
model AuditLog {