How does RAG Web UI handle user authentication?

Question

Answers ( 1 )

    0
    2025-03-31T16:58:32+00:00

    RAG Web UI handles user authentication through **JWT (JSON Web Tokens)** and **OAuth2** mechanisms. This provides a secure way to manage user access and ensures that only authorized users can interact with the system. The configuration includes settings for `SECRET_KEY` and `ACCESS_TOKEN_EXPIRE_MINUTES`.

Leave an answer