Skip to content

Commit

Permalink
Merge pull request #385 from Matthew-Jenkins/patch-1
Browse files Browse the repository at this point in the history
Update authentication.rst to include return in example
  • Loading branch information
sigmavirus24 authored Jan 9, 2025
2 parents c73ad2c + fe7a1cc commit bcd5f7b
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 bcd5f7b

Please sign in to comment.