Skip to main content

Django Freshdesk SSO enables SSO for freshdesk from your django application.

Project description

https://badge.fury.io/py/django-freshdesk-sso.svg

Django Freshdesk SSO enables SSO for freshdesk from your django application.

This package replaces the stale and out of date django-freshdesk package.

Quick start

  1. Add “freshdesk_sso” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'freshdesk_sso',
    ]
  2. Include the freshdesk SSO URLconf in your project urls.py like this:

    path('accounts/login/sso/', include('freshdesk_sso.urls')),
  3. Add the required environment variables to your settings.py file:

    FRESHDESK_URL = 'http://yourcompany.freshdesk.com/'
    FRESHDESK_SECRET_KEY = 'YOUR_SECRET_GOES_HERE'

Publishing to PyPi

If you’re a maintainer of this package, you’ll need poetry to publish to PyPi.

  1. Push your changes to the main branch

  2. Bump the version and commit:

    poetry version the_new_version
    git add pyproject.toml
    git commit -m "Version bump old_version -> new_version"
  3. Build and publish:

    poetry build
    poetry publish

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

django-freshdesk-sso-0.2.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

django_freshdesk_sso-0.2.2-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file django-freshdesk-sso-0.2.2.tar.gz.

File metadata

  • Download URL: django-freshdesk-sso-0.2.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.10.5-arch1-1

File hashes

Hashes for django-freshdesk-sso-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c5607dd10692f85bc9f93cdbac9a848bc10d95edf92f5153c6c092faa921f50b
MD5 20207153d0e641f561296479590bab18
BLAKE2b-256 4249afd79753ba888b5584a43a6c12e765099baf5c8281b77db64df91396a1e7

See more details on using hashes here.

File details

Details for the file django_freshdesk_sso-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_freshdesk_sso-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0907cf77d6b68da36047e66b22b65f564c7b0feee1fa6b3e0ccb8495b13bcf5b
MD5 0ed0dd6979d6b03a0137861abe31186c
BLAKE2b-256 3c64c6e514f322109ab64bcbc8bda5cc5d94ac3f6bc7e63b3c6ea2cd92ba5d5a

See more details on using hashes here.

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