File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ var GitLab = oauth2.Endpoint{
68
68
69
69
// Google is the endpoint for Google.
70
70
var Google = oauth2.Endpoint {
71
- AuthURL : "https://accounts.google.com/o/oauth2/auth" ,
72
- TokenURL : "https://oauth2.googleapis.com/token" ,
71
+ AuthURL : "https://accounts.google.com/o/oauth2/auth" ,
72
+ TokenURL : "https://oauth2.googleapis.com/token" ,
73
73
DeviceAuthURL : "https://oauth2.googleapis.com/device/code" ,
74
74
}
75
75
@@ -217,6 +217,12 @@ var Zoom = oauth2.Endpoint{
217
217
TokenURL : "https://zoom.us/oauth/token" ,
218
218
}
219
219
220
+ // Patreon is the endpoint for Patreon.
221
+ var Patreon = oauth2.Endpoint {
222
+ AuthURL : "https://www.patreon.com/oauth2/authorize" ,
223
+ TokenURL : "https://www.patreon.com/api/oauth2/token" ,
224
+ }
225
+
220
226
// AzureAD returns a new oauth2.Endpoint for the given tenant at Azure Active Directory.
221
227
// If tenant is empty, it uses the tenant called `common`.
222
228
//
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments