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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
File details
Details for the file
social-auth-backend-csh-0.1.2.tar.gz
.File metadata
File hashes
c85a7ebd6c168428bb1f15817bcc68e2fd2a4d3423de70cd00d131db8c2e56af
30c1aaffc90e9fdf56755fbc588d907b
a371c93f16548964439ec23813ffd5c6b8a2adbd9e1076dd9b65c7431a9554e6
See more details on using hashes here.