web-token / jwt-framework

JWT Framework
MIT License
888 stars 105 forks source link

Refactor encryption algorithms configuration #544

Closed Spomky closed 6 months ago

Spomky commented 6 months ago

Deprecated 'key_encryption_algorithms' and 'content_encryption_algorithms' have been replaced with a unified 'encryption_algorithms' across multiple classes and configurations. Warning messages have been added to any deprecated usages to ensure smooth transition in future versions. Update test assertions accordingly to reflect these changes.

Q A
Branch?
Bug fix? yes/no
New feature? yes/no
Deprecations? yes/no
Tickets Fix #...
License MIT