Crypto - Define a service for creating and verifying JSON Web tokens ('crypto.jwt')
authorTim Otten <totten@civicrm.org>
Mon, 15 Feb 2021 00:34:49 +0000 (16:34 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 15 Feb 2021 04:33:49 +0000 (20:33 -0800)
commit9c976d32a0c07fa8e8b1e0c5994369787d78d466
tree4d8a7911dfeafa44839885bfb4fe37d0195d8db1
parent600d7832f609d172096b645afcd08c7d9593935d
Crypto - Define a service for creating and verifying JSON Web tokens ('crypto.jwt')
Civi/Core/Container.php
Civi/Crypto/CryptoJwt.php [new file with mode: 0644]
tests/phpunit/Civi/Crypto/CryptoJwtTest.php [new file with mode: 0644]
tests/phpunit/Civi/Crypto/CryptoTestTrait.php