Security

Basic security info

Appmint Team9/14/2025

Security

How We Secure Things

  1. API Keys - Keep them secret
  2. Proxy Pattern - Credentials stay server-side
  3. HTTPS - Encrypted connections
  4. Token Auth - Bearer tokens for API calls

For Developers

  • Store credentials in .env.local
  • Never expose API keys to client
  • Use the proxy route /api/[...slug]
  • Tokens auto-renew on 401 errors

That's It

It's a SaaS. We handle the security. You use the API safely through the proxy.