mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
16 lines
No EOL
267 B
Markdown
16 lines
No EOL
267 B
Markdown
# Security Model Context
|
|
|
|
## Public
|
|
- OTP verification required
|
|
- JWT in httpOnly cookie (7 days)
|
|
- Rate limiting
|
|
- Protection from brute force
|
|
|
|
## Admin
|
|
- JWT bearer
|
|
- RBAC
|
|
- Audit log required
|
|
|
|
## Data Protection
|
|
- Immutable after status change
|
|
- All actions logged |