Skip to main content

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


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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page