Authentication overview

Authentication for HeroHunt People Search focuses on securing user access to its proprietary web-based platform. As a comprehensive AI-powered recruitment tool, HeroHunt People Search provides features such as AI People Search and Candidate Engagement directly within its application interface, requiring users to verify their identity to manage talent pipelines and conduct outreach HeroHunt Help Center. The primary mechanism for access control is a traditional username and password model, which is a common approach for SaaS applications delivering services through a web browser MDN Web Docs on HTTP Authentication. This system is designed to protect sensitive candidate data and proprietary recruitment strategies.

HeroHunt People Search's operational model emphasizes direct user interaction with its web application. Consequently, authentication procedures are integrated into the login flow of the platform. The system is built to ensure that only authenticated users can perform searches, access candidate profiles, and utilize engagement tools. Unlike platforms offering extensive API access for programmatic integration, HeroHunt People Search's authentication is centered on safeguarding the user's session within its native environment. Data privacy and compliance, notably with GDPR, are foundational to their operational security framework, influencing how user identities are managed and validated HeroHunt.ai pricing information.

Supported authentication methods

HeroHunt People Search primarily supports traditional username and password authentication for accessing its web application. This method is standard for many business-to-business (B2B) SaaS platforms, where individual user accounts are provisioned and managed directly within the application's ecosystem. Users typically create an account during the onboarding process and use their unique credentials for subsequent logins.

While the core method involves password-based authentication, modern web applications frequently augment security with multi-factor authentication (MFA). MFA adds an extra layer of security by requiring users to provide two or more verification factors to gain access, significantly reducing the risk of unauthorized access even if a password is compromised Google Cloud's MFA guidance. Users should consult the official HeroHunt.ai documentation or their account settings to determine the specific MFA options available, as these can include methods like authenticator apps or SMS codes.

The absence of a publicly documented API or SDK means that authentication methods for programmatic access (e.g., API keys, OAuth 2.0 flows) are not applicable for external developer integrations. Authentication is exclusively managed through the web application's login interface.

The following table summarizes the primary authentication methods and their typical use cases:

Method When to Use Security Level (General)
Username and Password Daily login to the HeroHunt People Search web application Standard
Multi-Factor Authentication (MFA) Enhancing security for daily web application logins High (recommended, if available)
API Key / OAuth 2.0 Not applicable; no public programmatic API N/A

Getting your credentials

Accessing HeroHunt People Search requires a valid user account. Your authentication credentials, which typically include a username (often your email address) and a password, are established during the initial account setup or onboarding process. This process is managed directly through the HeroHunt.ai platform HeroHunt.ai homepage.

  1. Account Creation: If you are a new user, your organization's administrator or the HeroHunt.ai sales team will typically initiate your account creation. You may receive an invitation email with instructions to set up your password.
  2. Password Setup: Upon receiving an invitation or performing a first-time login, you will be prompted to create a strong, unique password for your account. It is crucial to follow best practices for password hygiene, such as using a combination of uppercase and lowercase letters, numbers, and symbols, and avoiding easily guessable phrases.
  3. Multi-Factor Authentication (MFA) Enrollment: If MFA is enabled for your account or organization, you will likely be guided through the enrollment process during your first login or within your account settings. This usually involves linking an authenticator app (e.g., Google Authenticator, Authy) or registering a phone number for SMS-based codes.
  4. Forgotten Passwords: In case you forget your password, HeroHunt People Search, like most web applications, provides a 'Forgot Password' or 'Reset Password' link on the login page. This process typically involves verifying your identity (e.g., via email or security questions) and then setting a new password.

Since there is no public API, acquiring API keys or client secrets for programmatic access is not part of the HeroHunt People Search authentication workflow. All credentials are for direct user access to the web interface.

Authenticated request example

As HeroHunt People Search primarily operates as a web application without a public API for developers, there are no direct programmatic 'authenticated request examples' in the traditional sense, such as cURL commands with API keys or OAuth tokens. Instead, authentication manifests as a successful login session within a web browser. The 'request' is the act of submitting your credentials through the web login form.

Here's a conceptual representation of the user-initiated authentication flow within a web browser:

<!-- Example of a login form submitted via a web browser -->
<form action="https://app.herohunt.ai/login" method="POST">
  <label for="email">Email Address:</label>
  <input type="email" id="email" name="username" required>
  
  <label for="password">Password:</label>
  <input type="password" id="password" name="password" required>
  
  <button type="submit">Log In</button>
</form>

Upon successful submission of valid credentials, the HeroHunt People Search server issues a session token (often stored as a cookie in the browser) that maintains your authenticated state for subsequent requests within the application. This session token is automatically included with every subsequent request your browser makes to the HeroHunt.ai domain, allowing you to access protected resources like search results, candidate profiles, and engagement tools without re-entering your credentials for each interaction MDN Web Docs on HTTP Cookies.

If Multi-Factor Authentication (MFA) is enabled, the login process might involve an additional step after submitting your username and password, where you enter a code from an authenticator app or an SMS. Only after successfully providing this second factor is the session token issued and access granted.

Security best practices

Maintaining the security of your HeroHunt People Search account is critical, especially given the sensitive nature of talent data. Adhering to robust security best practices helps protect your account from unauthorized access and safeguards the information you manage.

  • Use Strong, Unique Passwords: Create complex passwords that are difficult to guess. A strong password combines uppercase and lowercase letters, numbers, and special characters. Avoid reusing passwords across different services. Consider using a reputable password manager to generate and store unique, strong passwords securely for all your accounts NIST Digital Identity Guidelines.
  • Enable Multi-Factor Authentication (MFA): If HeroHunt People Search offers MFA, enable it immediately. MFA adds an essential layer of security by requiring a second form of verification (e.g., a code from an authenticator app or sent to your phone) beyond your password. This significantly reduces the risk of account compromise, even if your password is stolen.
  • Regularly Update Passwords: While not universally required by all services, periodically changing your password can add an extra layer of protection. If you suspect your password may have been compromised, change it immediately.
  • Be Wary of Phishing Attempts: Exercise caution with emails or messages requesting your login credentials. Always verify the sender and the legitimacy of links before clicking. HeroHunt People Search will typically not ask for your password via email. Access the platform directly through its official URL (app.herohunt.ai) rather than clicking links in suspicious emails.
  • Keep Your System Secure: Ensure your operating system, web browser, and antivirus software are up to date. Security updates often patch vulnerabilities that attackers could otherwise exploit to gain access to your system and, subsequently, your accounts.
  • Log Out of Inactive Sessions: Always log out of your HeroHunt People Search account, especially when using a shared or public computer. If you leave your session open, others could potentially access your data.
  • Monitor Account Activity: Periodically review any available security logs or notifications from HeroHunt People Search regarding login activity from new devices or unusual locations. Report any suspicious activity to HeroHunt.ai support immediately.
  • Understand Data Handling: Familiarize yourself with HeroHunt People Search's commitment to data privacy, including its GDPR compliance HeroHunt.ai homepage. Understanding how your data is protected helps reinforce trust in the platform's security measures.