Sippakorn Raksakiart

Results 2 comments of Sippakorn Raksakiart

My team and I got this issue too ☹️ @NGL321 May I have any example code for workaround method that you suggested ?

@mfridman Sorry for late replying from your question KeyFunc is just a simple function ```go _, err := jwt.ParseWithClaims(bpJWT, bpClaims, func(token *jwt.Token) (interface{}, error) { return config.Secret, nil }) ```...