Mitto Admin Interface

Mitto's admin interface supports basic authentication (username and password). Mitto includes a Zuar WAF and therefore can support other authentication mechanisms if needed. Mitto uses a one way hash of the password making it impossible to recover  the clear text password following OWASP security best practices.

Database Authentication

Mitto's internal PostgreSQL database supports the authentication methods of Postgres. The standard is username and password. Users have admin access to Mitto's internal PostgreSQL database and can set up any database security requirements they need.

Mitto's API Authentication

Mitto's API uses a revocable API key for access.