Skip to main content

Wykop backend for python-social-auth.

Project description

python-social-auth-wykop
===========================

Pluggable authentication backend for python-social-auth, that allows authentication via [https://wykop.pl/](https://wykop.pl).


## Installation instructions

From pypi

$ pip install social-auth-wykop

or clone from Github

$ git clone git@github.com:noisy/python-social-auth-wykop.git
$ cd python-social-auth-wykop && sudo python setup.py install

## Pre-requisites

`python-social-auth` must be installed and configured first. Please visit the
[python-social-auth documentation](http://python-social-auth-docs.readthedocs.io/) for instructions.


## Configuration instructions

1. Add `WykopAPIv1` backend to AUTHENTICATION_BACKENDS:

AUTHENTICATION_BACKENDS = (
'social_auth_wykop.backends.WykopAPIv1',
...
'django.contrib.auth.backends.ModelBackend',
)

2. Add your Wykop settings to your django `settings.py` file.

SOCIAL_AUTH_WYKOP_KEY = '...'
SOCIAL_AUTH_WYKOP_SECRET = '...'

## Examples

Ready to use examples of projects in Django, Flask and Tornado frameworks are prepared here:

https://github.com/noisy/python-social-auth-wykop-examples

## Changelog

### 0.0.3
* Fake OAuth2 API. Use it to support [django-rest-framework-social-oauth2](https://github.com/RealmTeam/django-rest-framework-social-oauth2)

### 0.0.2
* changes in structure of directories

### 0.0.1
* Initial release

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

Uploaded Source

File details

Details for the file social-auth-wykop-0.0.3.tar.gz.

File metadata

File hashes

Hashes for social-auth-wykop-0.0.3.tar.gz
Algorithm Hash digest
SHA256 55478faaaaf74a306d13484eb2028bea0d9ad948e502e06a798e91eddc9bf48b
MD5 5c2fcc9027497663772114394ce0f87a
BLAKE2b-256 c99c3f3e6ef02f0557312ba71ac631f289dea34ad723fe41b22ed85294b184b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page