Skip to main content

Login and Logout

Qloud offers two modes of authentication, optional or required authentication. If you use required authentication, the login is taken care for you, if you opt for optional authentication you need to send the user to the login page yourself.

Login

The login page is located at https://YOUR-DOMAIN.TLD/.q/login on proxied applications, or on https://login.loqal.host/login when using our Local Development setup.

Logout

To construct the URL for the logout page, we recommend to use the iss claim of the token and append /logout to it (see JWT for more information on the claims). This will take care of the different environments, otherwise, the logout URL is located at https://YOUR-DOMAIN.TLD/.q/logout on proxied applications, or on https://login.loqal.host/logout when using our Local Development setup.