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
File details
Details for the file dj-oauth-clients-0.1.5.tar.gz.
File metadata
- Download URL: dj-oauth-clients-0.1.5.tar.gz
- Upload date:
- Size: 9.8 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 |
da12ed99a120af4b4a007d30c5d5d01bcfae7fdb876820c64a06236df1faa0aa
|
|
| MD5 |
0e3a21f55a717e8da9bd173b0bff8556
|
|
| BLAKE2b-256 |
ce147749aaff0ea3dcad0d57db2e0f47bfcea7fde59de63dc8e030a1fee1afac
|