Authentication & Security

These endpoints allow you to manage customer authentication and security in the FinHub platform. Each API endpoint has its own interactive documentation page with a “Try” button.

Implementation Notes

  • Always use HTTPS for all authentication requests to ensure security
  • Implement proper rate limiting for login attempts to prevent brute force attacks
  • Session tokens should be stored securely and transmitted only over secure connections
  • Two-factor authentication significantly enhances account security and should be encouraged
  • Secret questions should be used as a secondary recovery method, not as a primary authentication method