forked from remote/oauth2
gitlab: Use correct endpoint URLs
Reference: https://docs.gitlab.com/ee/api/oauth2.html#web-application-flow Change-Id: Id8b2189692c1b80b970f3af7ed71d7a59bd9aec4
This commit is contained in:
@@ -11,6 +11,6 @@ import (
|
||||
|
||||
// Endpoint is GitLab's OAuth 2.0 endpoint.
|
||||
var Endpoint = oauth2.Endpoint{
|
||||
AuthURL: "https://gitlab.com/login/oauth2/authorize",
|
||||
TokenURL: "https://gitlab.com/login/oauth2/access_token",
|
||||
AuthURL: "https://gitlab.com/oauth/authorize",
|
||||
TokenURL: "https://gitlab.com/oauth/token",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user