mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-27 03:55:47 +00:00
Add GitLab Duo OAuth and PAT support
This commit is contained in:
@@ -17,6 +17,7 @@ func init() {
|
||||
registerRefreshLead("kimi", func() Authenticator { return NewKimiAuthenticator() })
|
||||
registerRefreshLead("kiro", func() Authenticator { return NewKiroAuthenticator() })
|
||||
registerRefreshLead("github-copilot", func() Authenticator { return NewGitHubCopilotAuthenticator() })
|
||||
registerRefreshLead("gitlab", func() Authenticator { return NewGitLabAuthenticator() })
|
||||
}
|
||||
|
||||
func registerRefreshLead(provider string, factory func() Authenticator) {
|
||||
|
||||
Reference in New Issue
Block a user