How does RAG Web UI handle user authentication?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
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`.