Skip to content

Commit a1b872e

Browse files
committed
Application updated with the latest JWT Framework features
1 parent 01703f6 commit a1b872e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/jose

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ $application->add(new Console\EcKeysetGeneratorCommand($jsonConverter));
7777
$application->add(new Console\OkpKeysetGeneratorCommand($jsonConverter));
7878
$application->add(new Console\OctKeysetGeneratorCommand($jsonConverter));
7979
$application->add(new Console\RsaKeysetGeneratorCommand($jsonConverter));
80+
$application->add(new Console\NoneKeyGeneratorCommand($jsonConverter));
8081
$application->add(new Console\MergeKeysetCommand($jsonConverter));
8182
$application->add(new Console\PublicKeysetCommand($jsonConverter));
8283
$application->add(new Console\RotateKeysetCommand($jsonConverter));

composer.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)