Skip to content

Commit

Permalink
Gitlab credits to @saily
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Jul 16, 2017
1 parent 9b27140 commit b661557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions social_core/backends/gitlab.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
"""
GitLab OAuth2 backend, docs at:
https://python-social-auth.readthedocs.io/en/latest/backends/gitlab.html
Thanks to [@saily](https://github.com/saily) who published an
implementation for GitLab support on his blog post [Weblate with
GitLab as OAuth provider](http://widerin.net/blog/weblate-gitlab-oauth-login/).
His code was a great reference when working on this implementation.
"""
from requests import HTTPError

Expand Down

0 comments on commit b661557

Please sign in to comment.