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.7.tar.gz
(11.0 kB
view details)
File details
Details for the file dj_oauth_clients-0.1.7.tar.gz.
File metadata
- Download URL: dj_oauth_clients-0.1.7.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e1162e190fb2507180841d2e5a4e664d2bf8b3bd38b3830de5b3bb55bdafad7
|
|
| MD5 |
666d59252b9102afdd1dd2b76a308d6b
|
|
| BLAKE2b-256 |
9d7ec72378b181241e60606a96fdcf1e12232088ce9280e300e294cbcb1cf945
|