We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d550f2d commit cc47b99Copy full SHA for cc47b99
endpoints/endpoints.go
@@ -43,7 +43,7 @@ var Facebook = oauth2.Endpoint{
43
44
// Feishu is the endpoint for Feishu.
45
var Feishu = oauth2.Endpoint{
46
- AuthURL: "https://open.feishu.cn/open-apis/authen/v1/authorize",
+ AuthURL: "https://accounts.feishu.cn/open-apis/authen/v1/authorize",
47
TokenURL: "https://open.feishu.cn/open-apis/authen/v2/oauth/token",
48
}
49
@@ -106,7 +106,7 @@ var KaKao = oauth2.Endpoint{
106
107
// Lark is the endpoint for Lark.
108
var Lark = oauth2.Endpoint{
109
- AuthURL: "https://open.larksuite.com/open-apis/authen/v1/authorize",
+ AuthURL: "https://accounts.larksuite.com/open-apis/authen/v1/authorize",
110
TokenURL: "https://open.larksuite.com/open-apis/authen/v2/oauth/token",
111
112
0 commit comments