Skip to main content

AuthCentral Test Environment

The AuthCentral test environment is set up to provide seamless testing for both client and admin functionalities, as well as email interactions during the authentication flows. Below are the key details and components of the test environment:


Environment Details

Client Application

The client application for the test environment is available at:

This interface allows users to test authentication scenarios, including login, registration, and other flows.


Admin Panel

The administrative panel for managing the AuthCentral platform is accessible at:

This panel enables administrators to manage users, view logs, and monitor the authentication system's status and configurations.


Email Testing with MailHog

What is MailHog?

MailHog is a lightweight and developer-friendly email testing tool designed to capture and display emails sent during application testing. Instead of sending emails to real recipients, MailHog intercepts them and provides a web interface to view the email content. This ensures that no real emails are sent during testing, allowing for a safe and controlled environment for email-based features.


How Does MailHog Work?

  1. Intercepting Emails:

    • MailHog acts as a local SMTP server.
    • When an application sends an email during testing, it is routed to MailHog instead of a real email service.
  2. Displaying Emails:

    • Captured emails are displayed in a web interface where developers can view the email's content, headers, and metadata.
    • This ensures thorough testing of email functionality, including formatting, links, and localization.
  3. Testing Without Real Delivery:

    • Since emails are not delivered to actual inboxes, developers can safely test password resets, registration confirmations, and other email-based features without impacting real users.

Why Use MailHog?

  • Safety: Prevents accidental email delivery to real users.
  • Convenience: Provides a simple web interface for reviewing email content.
  • Efficiency: No need to configure external email services during development or testing.
  • Debugging: Allows developers to debug email-related issues without involving live systems.

MailHog Access

MailHog is deployed in the AuthCentral test environment and can be accessed at the following URL:

This interface allows you to view all emails sent during testing, including user registration confirmations, password reset links, and any other system-generated emails.


Authentication for Access

Access to all parts of the AuthCentral test environment (Client Application, Admin Panel, and MailHog) is secured with a login and password.
To gain access, please request the credentials from your team members.


Summary

The test environment is designed to provide a secure, isolated, and efficient setup for testing all aspects of the AuthCentral platform, ensuring high-quality results and minimizing risks during development.