unnits / bankid-php-client

BankiD client for PHP. Use this library to integrate BankiD into your own PHP applications.
MIT License
1 stars 1 forks source link

Update dependencies and refactor JWEBuilder usage #18

Closed DanCharousek closed 2 months ago

DanCharousek commented 2 months ago

This commit updates the dependencies in composer.json, replacing multiple web-token/jwt-* packages with the consolidated web-token/jwt-framework package. It also removes the deprecated usage of contentEncryptionAlgorithmManager in JWEBuilder. Instead, an AlgorithmManager instance with both keyEncryptionAlgorithm and contentEncryptionAlgorithm is passed. The contentEncryptionAlgorithmManager i set to null as per the changes in web-token/jwt-library:3.3.0.