netlify / git-gateway

A Gateway to Git APIs
MIT License
400 stars 89 forks source link

Support both forms of GitLab access token #19

Closed Benaiah closed 6 years ago

Benaiah commented 6 years ago

Allows use of either an OAuth or a personal access token by setting the env key GITGATEWAY_GITLAB_ACCESS_TOKEN_TYPE to either "oauth" or "personal_access" (defaulting to "oauth").