Skip to main content

A Django app to receive and process commento.io sso

Project description

django-commento-sso is a Django app to interact with commento.io single sign on. It receives commento’s redirect, verifies, and sends the user back to commento.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “django-commento-sso” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django-commento-sso',
    ]
  2. Add COMMENTO_SECRET_KEY in 64-character text to your settings.py

  3. Include the URLconf in your project urls.py like this:

    path("sso/", include('django_commento_sso.urls')),

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-commento-sso-0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

django_commento_sso-0.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

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