Django Freshdesk SSO enables SSO for freshdesk from your django application.
Project description
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
Add “freshdesk_sso” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'freshdesk_sso', ]
Include the freshdesk SSO URLconf in your project urls.py like this:
path('accounts/login/sso/', include('freshdesk_sso.urls')),
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.
Push your changes to the main branch
Bump the version and commit:
poetry version the_new_version git add pyproject.toml git commit -m "Version bump old_version -> new_version"
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5607dd10692f85bc9f93cdbac9a848bc10d95edf92f5153c6c092faa921f50b |
|
MD5 | 20207153d0e641f561296479590bab18 |
|
BLAKE2b-256 | 4249afd79753ba888b5584a43a6c12e765099baf5c8281b77db64df91396a1e7 |
File details
Details for the file django_freshdesk_sso-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: django_freshdesk_sso-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.10.5-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0907cf77d6b68da36047e66b22b65f564c7b0feee1fa6b3e0ccb8495b13bcf5b |
|
MD5 | 0ed0dd6979d6b03a0137861abe31186c |
|
BLAKE2b-256 | 3c64c6e514f322109ab64bcbc8bda5cc5d94ac3f6bc7e63b3c6ea2cd92ba5d5a |