Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Releases: form3tech-oss/jwt-go

Fix import issue

09 Aug 14:28
6ba3f55
Compare
Choose a tag to compare

Fix security vulnerability

25 Jun 14:59
a211650
Compare
Choose a tag to compare

Fixes a security vulnerability around tokens with a string-valued 'exp', 'nbf', or 'iat', validated regardless of the string's value,

add check for []interface{} type when validating audience

11 May 16:33
5b2d2b5
Compare
Choose a tag to compare

This fixes an issue where []interface aud would fail on type conversion.

rename module to form3tech-oss

15 Sep 13:53
9162a5a
Compare
Choose a tag to compare
Merge pull request #4 from Waterdrips/waterdrips-rename-module

Rename module to form3tech-oss

fix high severty security vuln

15 Sep 12:44
bb5e6d8
Compare
Choose a tag to compare

fixes dgrijalva#428 and the snyk vulnerability on incorrect checks on "aud" claim