dev/core#3133 - Extend Authx functionality to support validation of externally genera...
authorAnthony <anthony@unfinishedteleporter.com>
Thu, 24 Mar 2022 04:29:44 +0000 (12:29 +0800)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 29 Mar 2023 04:44:16 +0000 (15:44 +1100)
commit292527ef2d0ab37e18c989ff8e0ae59a363a95d0
tree54901c182b625d8de7cd1cb238531850d0d56711
parentff221586b140048800b6bbc717fd5ade0646ad06
dev/core#3133 - Extend Authx functionality to support validation of externally generated JWTs

Migrate legacy rest to appropriate place

Remove legacy auth as not needed due to it self registering now
ext/authx/Civi/Authx/Authenticator.php
ext/authx/Civi/Authx/CheckCredential.php [new file with mode: 0644]
ext/authx/Civi/Authx/CheckCredentialEvent.php [new file with mode: 0644]
ext/authx/README.md
ext/authx/authx.php
ext/authx/tests/phpunit/Civi/Authx/AllFlowsTest.php