Skip to content

Security: CinloDev/aldia-showcase

Security

docs/SECURITY.md

🛡 Security Architecture

La seguridad está distribuida entre diferentes capas:

Frontend:

  • Protección de rutas.
  • Validaciones.

Application:

  • Middleware.
  • Server Actions.

Database:

  • PostgreSQL.
  • Row Level Security.
  • Políticas de acceso.

🔐 Authentication Flow

Registro
   |
   v
Supabase Auth
   |
   v
Email Confirmation
   |
   v
Session Created
   |
   v
Middleware Validation
   |
   v
Protected Routes

---

# 📚 Related Documentation

- [Architecture](ARCHITECTURE.md)
- [Database](DATABASE.md)
- [Infrastructure](INFRASTRUCTURE.md)

There aren't any published security advisories