DocumentAI

Authentication Settings

Weaviate: Checking...
OpenAI: Checking...
Auth: Checking...

Authentication Status

This page shows the current authentication status and user information. In development mode, a dummy user is automatically created if no user context is provided.

Current User

Loading user information...

Authentication Methods

Direct Access (Development)

In development mode, you can access the DocumentAI API directly. A dummy user will be created automatically.

Via Express Backend (Production)

In production mode, all requests to DocumentAI should go through the Express backend, which will:

  • Validate user authentication
  • Add user context to requests
  • Forward requests to DocumentAI

This ensures that only authenticated users can access DocumentAI and that user information is properly tracked.

Environment

Loading environment information...