Module client

Source
Expand description

The client module provides a comprehensive interface for interacting with Supabase Authentication services.

This module enables user authentication, session management, user administration, and server health monitoring through the AuthClient struct.

ยงNotes

  • Some features require Supabase Pro plan subscription
  • OAuth and SSO require configuration in Supabase dashboard
  • Rate limiting may apply to authentication operations
  • Always use HTTPS in production environments
  • Properly handle token expiration and refresh cycles