Remove unused HS256 signing algorithm

This commit is contained in:
ErickSkrauch
2024-06-14 03:21:00 +02:00
parent 0a666e1e12
commit 17109f8eb5
7 changed files with 25 additions and 23 deletions

View File

@ -6,6 +6,11 @@ namespace api\components\Tokens;
use api\components\Tokens\Algorithms\AlgorithmInterface;
use Webmozart\Assert\Assert;
/**
* This class is used to hold multiple keys signing mechanisms.
* This may be useful when we change the key signing algorithm to allow during the transition period
* the keys with both algorithms to work simultaneously.
*/
final class AlgorithmsManager {
/**