summaryrefslogtreecommitdiff
path: root/websockify/auth_plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for older PythonPierre Ossman2020-12-141-6/+6
* novnc redis backed token_plyugins.pyPexMor2019-04-291-1/+1
* Added --web-auth option to require authentication to access the webserver.josedpedroso2018-07-051-7/+13
* Do not use base except: clausesAnders Kaseorg2017-11-101-8/+1
* Added SSL-certificate-based client authentication.Hermann Höhne2017-10-261-0/+20
* Verify username/password with BasicAuth pluginCeesjan Luiten2015-10-061-4/+11
* Rework Auth Plugins to Support HTTP Authfeature/http-auth-pluginsSolly Ross2015-08-251-3/+47
* Fix auth plugins on Python 3.xSolly Ross2015-08-251-2/+1
* Introduce Auth PluginsSolly Ross2015-05-131-0/+33