Django auth backend for FAS (Fedora Accounts System)
Project description
# django-fas
Django auth backend for FAS (Fedora Accounts System)
Installation
------------
Setup **AUTHENTICATION_BACKENDS** in your **settings.py**:
```
AUTHENTICATION_BACKENDS = (
'fas.backend.FasBackend',
)
```
Add **fas.urls** in your **urls.py**:
```
urlpatterns = patterns('',
...
url('', include('fas.urls')),
...
)
```
Django auth backend for FAS (Fedora Accounts System)
Installation
------------
Setup **AUTHENTICATION_BACKENDS** in your **settings.py**:
```
AUTHENTICATION_BACKENDS = (
'fas.backend.FasBackend',
)
```
Add **fas.urls** in your **urls.py**:
```
urlpatterns = patterns('',
...
url('', include('fas.urls')),
...
)
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-fas-1.0.2.tar.gz
(4.0 kB
view details)
File details
Details for the file django-fas-1.0.2.tar.gz
.
File metadata
- Download URL: django-fas-1.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f4d4ad55a29e414b2ba41dd656ea7e0b4b65053ab436ceee5ab3d0b9feb32f88
|
|
MD5 |
8498cee4bf5eaf66b8291f54edf8ce36
|
|
BLAKE2b-256 |
bb1473a53ae8282e1b42094e95c944d7f56077b03e1f226ab4b7f44f56fbd517
|