feat: Add token-based authorization to category deletion and enhance user registration with error handling and audit logging.
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 29s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 4s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 2s

This commit is contained in:
JakkrapartXD 2026-02-12 17:55:45 +07:00
parent 11f9ad57cd
commit bb38c0f3c9
16 changed files with 1202 additions and 237 deletions

View file

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