Skip to content

Commit

Permalink
Update authentication.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Jenkins authored Jan 8, 2025
1 parent c73ad2c commit fe7a1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ GitLab's API, you would set up and use your
def gitlab_auth(request):
request.headers['PRIVATE-TOKEN'] = 'asecrettoken'
return request
handler = AuthHandler({
'https://api.github.com': ('sigmavirus24', 'apassword'),
Expand Down

0 comments on commit fe7a1cc

Please sign in to comment.