Authentication¶

For the moment, kTBS does not include any authentication mechanism. However, as a WSGI application, it can be either:

  • wrapped in a WSGI middleware managing authentication (see the WSGI website);
  • hosted by a standard web server, such as Apache, with its own authentication mechanism.