]> source.dussan.org Git - gitea.git/commit
Update markbates/goth (backport) (#10445)
authoroscar.lofwenhamn <44643697+oscarlofwenhamn@users.noreply.github.com>
Mon, 24 Feb 2020 18:19:25 +0000 (19:19 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 18:19:25 +0000 (13:19 -0500)
commit3abb25166c5da155b8ce1f708268aabf9ad9c9d7
tree521ecf747abfec4a1871f47dfeb7534d34c7aa51
parent9e6ad64d485b79f9f7e90ed67a29202cb78a1a20
Update markbates/goth (backport) (#10445)

Update markbates/goth to v1.61.2
- Fixes a JWT decoding issue in the OpenID provider
- Updates the GitHub provider to use the authorization header for authentication
- Updates the Twitch provider for Twitch's v5 API changes
- Adds the email and is_private_email fields to the Apple provider's GetUser implementation
- Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context
- Adds new scopes to the Spotify provider
- Adds the IDToken from OpenID providers on the user struct
- Make Apple provider's SecretParams public
- Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8
- Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs
Signed-off-by: Oscar LÃfwenhamn <oscar.lofwenhamn@cgi.com>
go.mod
go.sum
vendor/github.com/markbates/goth/.travis.yml
vendor/github.com/markbates/goth/README.md
vendor/github.com/markbates/goth/go.mod
vendor/github.com/markbates/goth/go.sum
vendor/github.com/markbates/goth/gothic/gothic.go
vendor/github.com/markbates/goth/providers/github/github.go
vendor/github.com/markbates/goth/providers/openidConnect/openidConnect.go
vendor/github.com/markbates/goth/user.go
vendor/modules.txt