fix jwt security issue by using golang-jwt package (#1066)

This commit is contained in:
Kevin Wan
2021-09-19 22:33:35 +08:00
committed by GitHub
parent a5407479a6
commit 30e49f2939
6 changed files with 8 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt/v4"
"github.com/stretchr/testify/assert"
)