Use your django app as an auth platform for Zendesk.
Project description
Allows your Django App to be used as an authentication platform for your Zendesk Account
Zendesk API Documentation
see http://www.zendesk.com/support/api/remote-authentication for ZenDesk Documentation.
This module is specifically for Zendesk API v1
Installation
zendesk_auth version 0.0.3+ works with django 1.5 and above
pip install zendesk-django-auth
Usage
Using Zendesk SSO in your app is extremely simple…
in your settings.py, add ‘zendesk_auth’ to your INSTALLED_APPS
- Then add the following two settings
ZENDESK_URL=https://your_domain.zendesk.com ZENDESK_TOKEN=you_zendesk_token
Next, add this (or equivalent) to your urls.py:
url(r’’, include(‘zendesk_auth.urls’)),
You’ll need to setup your zendesk remote authentication settings to allow/use your zendesk_authorize view.
You’re done! Now watch it work.
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
Built Distribution
File details
Details for the file zendesk-django-auth-0.3.1.tar.gz
.
File metadata
- Download URL: zendesk-django-auth-0.3.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76d5c34ddc1eab061e1e271d59d026d98b39b7033793744a15f3d85483ba16ce |
|
MD5 | b196e981d66c28af2cbf15ac4d9c9339 |
|
BLAKE2b-256 | abce8b6e523a76c1dfe31fd1e64fb4033bb0b375303bc66c028caffd1d2e62fe |
File details
Details for the file zendesk_django_auth-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: zendesk_django_auth-0.3.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | deb82cc01354baace978fcf516531dea2202e64c5d8da7c2bf40292b68a617de |
|
MD5 | fbb58b965ed4d28d59999923155a1de8 |
|
BLAKE2b-256 | a82922fe1f60acf136311292540bcefd27de2c8d4a3d2d0ca82b177c0f0d731e |