mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-17 07:22:42 +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:
parent
beab2df122
commit
5c44f751a3
10 changed files with 308 additions and 26 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue