summaryrefslogtreecommitdiff
path: root/websockify/token_plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Allow empty options in redis token source string when using default valuesJavier Cacheiro2023-01-191-4/+21
* Token Redis: Support both json and plain text tokensJavier Cacheiro2023-01-191-8/+37
* Token Redis source: add optional redis port, redis database and redis passwordJavier Cacheiro2023-01-191-10/+45
* Remove simplejson dependency: use json module from stdlib.Javier Cacheiro2023-01-191-7/+6
* Support for jwcrypto>=1.3Javier Cacheiro2022-05-251-2/+2
* Use logging instead of directly printing messages to sys.stderrJavier Cacheiro2022-04-131-23/+27
* Merge branch 'sisou/split-tokens-tab' of https://github.com/sisou/websockifyPierre Ossman2021-04-161-1/+2
|\
| * Split token file by any whitespace after the colon, not just a spaceSören Schwert2020-07-281-1/+2
* | add details on format of redis and leave port as numberPexMor2021-02-071-7/+38
* | Added JWT nbf, not beforeJavier Prieto2021-01-271-0/+6
* | Added exp claim for JWT tokenJavier Prieto2021-01-271-0/+7
* | Remove support for older PythonPierre Ossman2020-12-141-6/+5
* | Convert old print statement into functionSören Schwert2020-07-281-1/+1
|/
* Add UnixDomainSocketDirectory token pluginFeng Ye2020-03-181-1/+29
* Make sure port is a simple string (again)Pierre Ossman2020-02-271-2/+3
* Make sure the port is a simple stringPierre Ossman2019-07-031-2/+4
* Make TokenRedis optionalPierre Ossman2019-05-241-17/+18
* novnc redis backed token_plyugins.pyPexMor2019-04-291-0/+20
* Added JWT/JWS/JWE tokens capabilityUXabre2019-02-151-0/+47
* Do not use base except: clausesAnders Kaseorg2017-11-101-1/+1
* Better error message for problems in token filePierre Ossman2017-10-101-2/+8
* Added support for IPv6 addresses in tokensMiguel Xavier Penha Neto2015-09-301-1/+1
* Fix bug in JSONTokenApi plugingrz02015-08-271-1/+2
* Fix bug in ReadOnlyTokenFileSolly Ross2015-05-131-0/+4
* Introduce Token Pluginsfeature/token-pluginsSolly Ross2015-03-261-0/+78