Easy remote oauth identification
Project description
A Django App to integrate remote Navbar+Oauth into local user models
Install
In order to intall simply use pip
pip install django_navbar_client
Usage
Simply add django_navbar_client to your settings.py:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
...
'django_navbar_client',
...
]
OAUTH_CLIENT_ID = "OAUTH_CLIENT_ID"
OAUTH_CLIENT_SECRET = "OAUTH_CLIENT_SECRET"
OAUTH_SERVER_URL = "OAUTH_SERVER_URL"
----
This library is partially funded by the [Waste4Think proyect](http://waste4think.eu/) that has received funding from the European Union’s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.
The dissemination of results herein reflects only the author’s view and the European Commission is not responsible for any use that may be made of the information it contains.
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
Close
Hashes for django_navbar_client-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fe2eaf1d68fab6ec70152ce6818bce14731c31fb97b9984dfbde8cd43351574 |
|
MD5 | 68d0fe0622e4674e428adf334f54f9a8 |
|
BLAKE2b-256 | 60a70efcd70d41b23aaee1256f74b1d0480104a17efe59f8c20f33387fd22174 |
Close
Hashes for django_navbar_client-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de4de34a0ffd9fe67e6fe61286bbca3c5e2c9c1413495583143426b70918a7c |
|
MD5 | f3d85b1849c8bad7bcd9af5f88b70f62 |
|
BLAKE2b-256 | 56815655fbcd7a448c48015922bced47491cb2b9316262f8673f0544860f4839 |