← All articles

#security

3 articles

Backend Security

Attacks you need to know about. SQL injection, XSS, broken auth, defense in depth, and a practical security checklist.

· 3 min read
backend security owasp

Validation and Data Transformation

Never trust client input. Here's how to validate, sanitize, and transform data at every layer of your backend.

· 4 min read
backend validation security

Authentication and Authorization in Backend Systems

How your server knows who's making a request and what they're allowed to do. JWTs, sessions, roles, and common security mistakes.

· 5 min read
backend auth security