feat: Add token-based authorization to category deletion and enhance user registration with error handling and audit logging.
This commit is contained in:
parent
11f9ad57cd
commit
bb38c0f3c9
16 changed files with 1202 additions and 237 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