OpenID Connect authentication support for Django
Project description
This is a Django login view that authenticates against GitLab.
Use it if you own a single GitLab instance that you want to use as a OAuth Authentication Server between multiple apps.
See also django-auth-oidc.
Requirements
Python 3.6+. Python 2 is not supported, and won’t ever get supported.
Django 1.10+
Installation
pip install django-auth-gitlab
settings.py
INSTALLED_APPS += ['django_auth_gitlab']
urls.py
urlpatterns += [
url(r'^accounts/login/', include('django_auth_gitlab.urls')),
]
Configuration
GitLab
App’s redirect URI: http(s)://app-domain/accounts/login/callback
App’s environment variables
GITLAB_SERVER - Gitlab Server URL - with trailing slash.
GITLAB_CLIENT_ID - Client ID received from GitLab
GITLAB_CLIENT_SECRET - Client secret received from GitLab
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-auth-gitlab-0.1.0.tar.gz
.
File metadata
- Download URL: django-auth-gitlab-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a7873a10be0f607b9f9c2b001c799bd9facf8d7cc8b1d967ad42643fccf1fbf |
|
MD5 | 4ecee7e8a9f9697adb93af60fb3d6f8d |
|
BLAKE2b-256 | 4fc5eb0a005010ac4fc071bff67811c92074f72bb27081142bbf50b7a0a248a8 |
File details
Details for the file django_auth_gitlab-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_auth_gitlab-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ccc7dc20b59ea05b4b63e6cd743d3b5466fb3e3209d4d224837110c36868004 |
|
MD5 | efb86e57a489e1c0435d61dd9cdb17ab |
|
BLAKE2b-256 | 3fc901f7ec390fdc729eb161e1133981e4f107a3e1f31cad2cc3316bf55b18d4 |