Skip to content

0.1.11

Compare
Choose a tag to compare
@tbinna tbinna released this 28 Oct 04:48
· 66 commits to master since this release

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!