0.1.11
A minor update to verify shared secret length when creating a JWT using JwtGenerator
.
If the shared secret length is less than the required 265 bits the current code was throwing an exception. We now assert the length and fail with InvalidSecretKey
if it's too short.
Thanks, @allantl for the contribution!