oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Error verifying clientsecret when refreshing token

Open bjaiwu opened this issue 3 years ago • 2 comments

Team: When calling refresh_Token does not use the following code: if cliPass, ok := cli.(oauth2.ClientPasswordVerifier); ok { if !cliPass.VerifyPassword(tgr.ClientSecret) { return nil, errors.ErrInvalidClient } }

bjaiwu avatar Apr 15 '21 02:04 bjaiwu

+1

cchenggit avatar Apr 28 '21 07:04 cchenggit

I have a PR #187 that fixed this issue.

rp8 avatar Jul 05 '21 21:07 rp8