mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:02:24 -05:00
[chore] Bump oauth2/v4 -> v4.6.6.6-SSB (#1571)
This commit is contained in:
parent
4bb3f59324
commit
d550f0ecbe
4 changed files with 8 additions and 4 deletions
4
vendor/github.com/superseriousbusiness/oauth2/v4/server/server.go
generated
vendored
4
vendor/github.com/superseriousbusiness/oauth2/v4/server/server.go
generated
vendored
|
|
@ -313,6 +313,10 @@ func (s *Server) ValidationTokenRequest(r *http.Request) (oauth2.GrantType, *oau
|
|||
return "", nil, errors.ErrUnsupportedGrantType
|
||||
}
|
||||
|
||||
if !s.CheckGrantType(gt) {
|
||||
return "", nil, errors.ErrUnsupportedGrantType
|
||||
}
|
||||
|
||||
clientID, clientSecret, err := s.ClientInfoHandler(r)
|
||||
if err != nil {
|
||||
return "", nil, err
|
||||
|
|
|
|||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
|
|
@ -636,7 +636,7 @@ github.com/superseriousbusiness/exif-terminator
|
|||
# github.com/superseriousbusiness/go-jpeg-image-structure/v2 v2.0.0-20220321154430-d89a106fdabe
|
||||
## explicit; go 1.17
|
||||
github.com/superseriousbusiness/go-jpeg-image-structure/v2
|
||||
# github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB
|
||||
# github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8
|
||||
## explicit; go 1.13
|
||||
github.com/superseriousbusiness/oauth2/v4
|
||||
github.com/superseriousbusiness/oauth2/v4/errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue