Skip to main content

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 Unions [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.
The dissemination of results herein reflects only the authors view and the European Commission is not responsible for any use that may be made of the information it contains.

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_navbar_client-1.0.3.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

django_navbar_client-1.0.3-py2.py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page