Broadworks Authentication for your django app
Project description
Broadworks-Django-Auth
Install the app
settings.py
INSTALLED_APPS = [
...
'broadworks_django_auth'
]
Adding to Authentication Backends
settings.py
AUTHENTICATION_BACKENDS = [
'broadworks_django_auth.backends.BraodworksAuthentication',
]
Adding your OCIP Address
settings.py
BROADWORKS_ADDRESS = "https://api.broadsoft.com/webservice/services/ProvisioningService"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Broadworks_Django_Authentication-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: Broadworks_Django_Authentication-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59b869ba2db6d313adb1ac33decd0245b18fb28a9203f8ecb0a24002466ca99c |
|
MD5 | 9bea8ce88ff182afd9a593b631433fda |
|
BLAKE2b-256 | 2c9b6d8ea432bc7e8ace142150952927a881412bce32dc3d9d2556b1352f0fbd |