Django app for handling oauth2 clients.
Project description
Django app for handling oauth2 clients.
Documentation
The full documentation is at https://dj-oauth-clients.readthedocs.io.
Quickstart
Install Django Oauth2 Clients:
pip install dj-oauth-clients
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'oauth_clients.apps.OauthClientsConfig',
...
)
Add Django Oauth2 Clients’s URL patterns:
from oauth_clients import urls as oauth_clients_urls
urlpatterns = [
...
url(r'^', include(oauth_clients_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2018-11-21)
First release on PyPI.
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
dj-oauth-clients-0.1.6.tar.gz
(10.0 kB
view details)
File details
Details for the file dj-oauth-clients-0.1.6.tar.gz
.
File metadata
- Download URL: dj-oauth-clients-0.1.6.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9accbe4fa59896ea31d9f181031f44d4f11b81bd3ac9bc9dac5758a6f98d9f79 |
|
MD5 | 2804a5144e7aa635a0a552a96a7e2fc1 |
|
BLAKE2b-256 | 62c708b4c381644ca24d4d3eca2af871792b1151ec5a0d43aa886c18af3b80e0 |