Skip to main content

Basic Login

Parameters

Response

Example

React Hook

Error Handling

Common errors:

Session Management

After login, the session is automatically:
  • Stored in localStorage
  • Set as cookies for cross-origin requests
  • Refreshed before expiry (if autoRefresh is enabled)

Redirect After Login

Configure automatic redirects:
Or handle manually: