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.2.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file social-auth-backend-csh-0.1.2.tar.gz.

File metadata

File hashes

Hashes for social-auth-backend-csh-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c85a7ebd6c168428bb1f15817bcc68e2fd2a4d3423de70cd00d131db8c2e56af
MD5 30c1aaffc90e9fdf56755fbc588d907b
BLAKE2b-256 a371c93f16548964439ec23813ffd5c6b8a2adbd9e1076dd9b65c7431a9554e6

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