summaryrefslogtreecommitdiff
path: root/tests/test_token_plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Allow empty options in redis token source string when using default valuesJavier Cacheiro2023-01-191-0/+64
* Token Redis: Support both json and plain text tokensJavier Cacheiro2023-01-191-0/+54
* Token Redis source: add optional redis port, redis database and redis passwordJavier Cacheiro2023-01-191-0/+32
* Support for jwcrypto>=1.3Javier Cacheiro2022-05-251-10/+10
* Add tests for TokenRedisJavier Cacheiro2022-04-121-1/+27
* Use RSA-OAEP instead of RSA1_5 for jwt testsPierre Ossman2021-07-231-1/+1
* Fix patching of open() for Python 3.4Pierre Ossman2021-05-031-3/+3
* Add unit test for token file with tabPierre Ossman2021-04-161-0/+15
* Add unit tests for ReadOnlyTokenFilePierre Ossman2021-04-161-2/+31
* Move JWT token plugins tests to separate filePierre Ossman2021-04-161-0/+135