feat: Add token-based authorization to category deletion and enhance user registration with error handling and audit logging.
This commit is contained in:
parent
45941fbe6c
commit
af14610442
16 changed files with 1003 additions and 236 deletions
|
|
@ -634,6 +634,8 @@ enum AuditAction {
|
|||
VERIFY_EMAIL
|
||||
DEACTIVATE_USER
|
||||
ACTIVATE_USER
|
||||
ERROR
|
||||
WARNING
|
||||
}
|
||||
|
||||
model AuditLog {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue