What's Changed
Updating Key Collections by @dimitribouniol in #164
JWT key collections (
keys
) are marked as being settable, but in practice they can’t be sincejwt
is not settable. Markingkeys
as having a non mutating setting fixes this and allows the underlying storage to be updated safely.
This patch was released by @ptoffy
Full Changelog: 5.1.1...5.1.2