Usage
The KeyConfiguration
$keyConfig = new KeyConfiguration(
'MY_KEY_ID',
'RSA256',
'Use'
);Create a Key from Raw Content
use ShipSaasLaravelJwks\Entities\Key;
$key = Key::fromRaw($content, $keyConfig);Create a Key using the file path
Resolve JWK
To PHP array
To String (JSON)
Create a KeySet
Default JWKs endpoint
Last updated