mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:32:26 -05:00
update oauth library --> v4.3.2-SSB
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
d2a85f2f5f
commit
0ea131fd7b
4 changed files with 5 additions and 4 deletions
1
vendor/github.com/superseriousbusiness/oauth2/v4/server/server.go
generated
vendored
1
vendor/github.com/superseriousbusiness/oauth2/v4/server/server.go
generated
vendored
|
|
@ -352,6 +352,7 @@ func (s *Server) ValidationTokenRequest(r *http.Request) (oauth2.GrantType, *oau
|
|||
tgr.UserID = userID
|
||||
case oauth2.ClientCredentials:
|
||||
tgr.Scope = r.FormValue("scope")
|
||||
tgr.RedirectURI = r.FormValue("redirect_uri")
|
||||
case oauth2.Refreshing:
|
||||
tgr.Refresh = r.FormValue("refresh_token")
|
||||
tgr.Scope = r.FormValue("scope")
|
||||
|
|
|
|||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
|
|
@ -371,7 +371,7 @@ github.com/stretchr/testify/suite
|
|||
# github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203
|
||||
## explicit
|
||||
github.com/superseriousbusiness/exifremove/pkg/exifremove
|
||||
# github.com/superseriousbusiness/oauth2/v4 v4.3.1-SSB
|
||||
# github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB
|
||||
## explicit
|
||||
github.com/superseriousbusiness/oauth2/v4
|
||||
github.com/superseriousbusiness/oauth2/v4/errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue