Aller au contenu principal

Security Overview

Security best practices and guidelines for Lordbase.


Security Features

Lordbase includes built-in security features:

FeatureDescription
Encrypted CredentialsDatabase passwords are encrypted at rest
Connection PoolingPgBouncer isolates client connections
Rate LimitingProtection against abuse and brute force
HTTPS OnlyAll API and Dashboard traffic is encrypted
CORS ProtectionCross-origin request validation
Audit LoggingComplete trail of all actions
Developer Access TokensScoped, expirable API tokens
Role-Based AccessWorkspace and database-level permissions

Documentation

SectionDescription
Best PracticesSecurity recommendations

Security Architecture


Authentication Methods

MethodUse CaseSecurity Level
Session CookieDashboard accessHigh (HttpOnly, Secure, SameSite)
JWT Bearer TokenService-to-serviceHigh (signed, expirable)
Developer Access TokenProgrammatic API accessHigh (bcrypt hashed, scoped)

Reporting Security Issues

If you discover a security vulnerability:

  1. Do NOT disclose publicly
  2. Email [email protected]
  3. Include detailed description
  4. We will respond within 48 hours

Next Steps

Start with Security Best Practices.