gitlab-org--gitlab-foss/changelogs/unreleased/63438-oauth2-support-with-gitlab-personal-access-token.yml
Steve Abrams aba93fe2d5 OAuth2 support for GitLab personal access tokens
PATs are accepted using the OAuth2 compliant header
"Authorization: Bearer {token}" in order to allow for
OAuth requests while 2FA is enabled.
2019-07-22 08:50:25 +00:00

5 lines
115 B
YAML

---
title: Personal access tokens are accepted using OAuth2 header format
merge_request: 30277
author:
type: added