[REF] Add in new JWT Entity with Create and Validate methods to permit creation and...
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 3 Apr 2023 05:08:00 +0000 (15:08 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 3 Apr 2023 05:08:00 +0000 (15:08 +1000)
commitcdcd2f7199e45fd187702897b7815e2fb44c826c
treef4adc8a335446ed6deadb33873c5301fd2eb6973
parentd9231a18b3bc6b3470c5af9c5194c186cdaa3da2
[REF] Add in new JWT Entity with Create and Validate methods to permit creation and validation of JWTs via the API
ext/authx/Civi/Api4/Action/JWT/Create.php [new file with mode: 0644]
ext/authx/Civi/Api4/Action/JWT/Validate.php [new file with mode: 0644]
ext/authx/Civi/Api4/JWT.php [new file with mode: 0644]
ext/authx/authx.php
ext/authx/tests/phpunit/api/v4/JwtApiTest.php [new file with mode: 0644]