Skip to content

Use JWT v4 library

Mikhail Mazurskiy requested to merge ash2k/new-jwt into master

Fixes warnings about https://nvd.nist.gov/vuln/detail/CVE-2020-26160 by updating to the latest jwt-go library. There is no vulnerability in this codebase because we only sign tokens, not verify them.

Merge request reports