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:
```python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/josubg/django_navbar_client",
"name": "django-navbar-client-TEST",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Fiware Orion development",
"author": "Josu Bermudez",
"author_email": "josu.bermudez@deusto.es",
"download_url": "https://files.pythonhosted.org/packages/44/e0/2c51ac5a00bfc83f0e6d0f421673faf5a2c6b75552dec35a36c48aab7e7a/django_navbar_client_TEST-0.9.50.tar.gz",
"platform": null,
"description": "A Django App to integrate remote Navbar+Oauth into local user models\n## Install\n\nIn order to intall simply use pip\n\n```\npip install django_navbar_client\n```\n\n## Usage\n\nSimply add django_navbar_client to your settings.py:\n\n```python\nINSTALLED_APPS = [\n'django.contrib.admin',\n'django.contrib.auth',\n'django.contrib.contenttypes',\n'django.contrib.sessions',\n'django.contrib.messages',\n'django.contrib.staticfiles',\n ...\n'django_navbar_client',\n ...\n]\n\nOAUTH_CLIENT_ID = \"OAUTH_CLIENT_ID\"\nOAUTH_CLIENT_SECRET = \"OAUTH_CLIENT_SECRET\"\nOAUTH_SERVER_URL = \"OAUTH_SERVER_URL\"\n\n----\n\nThis library is partially funded by the [Waste4Think proyect](http://waste4think.eu/) that has received funding from the European Union\u2019s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.\nThe dissemination of results herein reflects only the author\u2019s view and the European Commission is not responsible for any use that may be made of the information it contains.\n\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Easy remote oauth identification",
"version": "0.9.50",
"split_keywords": [
"fiware",
"orion",
"development"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "631ad8d3dbf7a621833e809171a28c9d4936d6cb5ec771844e5300afea5ad937",
"md5": "67af3a46b7964bd5c2fbbb886411eabc",
"sha256": "4da614406f465c92a1546b393307aacd3213f4e527481dbe142b15d57667dc01"
},
"downloads": -1,
"filename": "django_navbar_client_TEST-0.9.50-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "67af3a46b7964bd5c2fbbb886411eabc",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 8257,
"upload_time": "2023-02-08T09:28:50",
"upload_time_iso_8601": "2023-02-08T09:28:50.716271Z",
"url": "https://files.pythonhosted.org/packages/63/1a/d8d3dbf7a621833e809171a28c9d4936d6cb5ec771844e5300afea5ad937/django_navbar_client_TEST-0.9.50-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44e02c51ac5a00bfc83f0e6d0f421673faf5a2c6b75552dec35a36c48aab7e7a",
"md5": "1d5406d29d42c63a56ee33ef1ca27c3e",
"sha256": "e2c7f6c00e7d82c5a688650dc51c383e800d8f7970df611adb90aa133330aa9b"
},
"downloads": -1,
"filename": "django_navbar_client_TEST-0.9.50.tar.gz",
"has_sig": false,
"md5_digest": "1d5406d29d42c63a56ee33ef1ca27c3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6981,
"upload_time": "2023-02-08T09:28:52",
"upload_time_iso_8601": "2023-02-08T09:28:52.620034Z",
"url": "https://files.pythonhosted.org/packages/44/e0/2c51ac5a00bfc83f0e6d0f421673faf5a2c6b75552dec35a36c48aab7e7a/django_navbar_client_TEST-0.9.50.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-08 09:28:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "josubg",
"github_project": "django_navbar_client",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "django-navbar-client-test"
}