mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
Discord Oauth2 support (#4476)
* add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
This commit is contained in:
2
vendor/github.com/markbates/goth/gothic/gothic.go
generated
vendored
2
vendor/github.com/markbates/goth/gothic/gothic.go
generated
vendored
@ -3,7 +3,7 @@ Package gothic wraps common behaviour when using Goth. This makes it quick, and
|
||||
and running with Goth. Of course, if you want complete control over how things flow, in regards
|
||||
to the authentication process, feel free and use Goth directly.
|
||||
|
||||
See https://github.com/markbates/goth/examples/main.go to see this in action.
|
||||
See https://github.com/markbates/goth/blob/master/examples/main.go to see this in action.
|
||||
*/
|
||||
package gothic
|
||||
|
||||
|
Reference in New Issue
Block a user