Skip to main content

A Python Social Auth backend for Computer Science House

Project description

A Python Social Auth backend for Computer Science House.

Usage

In your Social Auth configuration, add this module to the list of backends in your app settings/configuration:

AUTHENTICATION_BACKENDS = (
    ...
    'csh_auth.CSHAuth',
)

Then add the following to your app settings/configuration, replacing the values with the client ID and client secret for your application:

SOCIAL_AUTH_CSH_KEY = '<client_id>'
SOCIAL_AUTH_CSH_SECRET = '<client_secret>'

Need a client ID/secret? Reach out to any RTP via email or in #opcomm on Slack.

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

social-auth-backend-csh-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

social_auth_backend_csh-0.1-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 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