Skip to main content

Authentication Mode

Qloud has two authentication modes:

  • Required authentication
  • Optional authentication

With required authentication, we make sure that no unauthenticated request reaches your backend, i.e. you'll always get a valid JWT in the requests.

With optional authentication, your users can access your backend without authentication, you can forward them to the Qloud login page for authentication.

The authentication mode setting is located in the Application section of the Console.

Authentication Mode