Commit graph

15 commits

Author SHA1 Message Date
9a87e9a496
refactor(auth): rename auth_userkey to auth_jwt
Some checks failed
ci / ci (push) Failing after 0s
Rebranded the auth_userkey plugin to auth_jwt, including changes to namespace, class names, and configuration settings to reflect the new jwt-based authentication mechanism. Updated copyright notices and contact information accordingly. This refactoring also includes the introduction of JWT token management using the Firebase JWT library, replacing the user quick keys.
2024-06-25 12:00:04 +02:00
Dmitrii Metelkin
4ab1cdc81d Update @covers annotation 2022-08-19 11:37:34 +10:00
Dmitrii Metelkin
a3014530ac Add @covers to all tests 2022-08-19 11:16:11 +10:00
Dmitrii Metelkin
55fdbb0ea0 Move test files 2022-08-19 10:57:38 +10:00
Dmitrii Metelkin
78bf6e94cd Move php unit tests to a folder 2020-05-08 16:53:54 +10:00
Andrew Hancox
91c4be7df4 Fix issue matching IPs when whitelisting is enabled 2017-11-18 14:10:45 +00:00
Andrew Hancox
c2152c1c84 Refactored to make unit tests more robust 2017-10-20 18:04:56 +01:00
Dmitrii Metelkin
fd548ed7f5 Add reminder to write more tests 2016-08-27 16:17:21 +10:00
Dmitrii Metelkin
b93919bf5f Fix existing tests for core key manager class after changing the interface 2016-08-27 16:12:01 +10:00
Dmitrii Metelkin
c6d7b60c67 Refactoring of tests/core_userkey_manager_test.php 2016-08-19 14:51:41 +10:00
Dmitrii Metelkin
ec059a2191 Add allowedips parameter to the core key manager 2016-08-19 14:47:40 +10:00
Dmitrii Metelkin
b24d466649 Core userkey mamager doesn't care about existing of the user 2016-08-19 11:46:22 +10:00
Dmitrii Metelkin
3e8c4138f0 Fix issue with keylifetime being string 2016-08-18 14:44:21 +10:00
Dmitrii Metelkin
002f1d2dd3 Add docs to tests/core_userkey_manager_test.php 2016-08-17 12:16:48 +10:00
Dmitrii Metelkin
f6f41c0924 Add test to support core_userkey_manager class 2016-08-16 17:50:09 +10:00