Application for getting, refreshing and storing OAuth access_tokens for Django standalone applications
Project description
# Introduction
Application for getting, storing and refreshing OAuth access_tokens for Django standalone applications without user manipulations. Applications also can imitate authorized requests on behalf of user
# Providers
## Vkontakte
OAUTH_TOKENS_VKONTAKTE_CLIENT_ID = … OAUTH_TOKENS_VKONTAKTE_CLIENT_SECRET = … OAUTH_TOKENS_VKONTAKTE_SCOPE = [‘ads,wall,photos,friends,stats’] # array of strings OAUTH_TOKENS_VKONTAKTE_USERNAME = … OAUTH_TOKENS_VKONTAKTE_PASSWORD = … OAUTH_TOKENS_VKONTAKTE_PHONE_END = … # last 4 digits
OAUTH_TOKENS_FACEBOOK_CLIENT_ID = … OAUTH_TOKENS_FACEBOOK_CLIENT_SECRET = … OAUTH_TOKENS_FACEBOOK_SCOPE = [‘offline_access’] # array of strings OAUTH_TOKENS_FACEBOOK_USERNAME = … OAUTH_TOKENS_FACEBOOK_PASSWORD = …
# Settings
OAUTH_TOKENS_HISTORY = True # to keep in DB access tokens expired
# Dependencies
Django
oauth2 service depends on http://github.com/ryanhorn/tyoiOAuth2.git
requests (pip install requests)
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.
Source Distribution
Hashes for django-oauth-tokens-0.1.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33734ab28a98a8d3bde913111b12a80e111bb7276b58c12b4a685322288742d8 |
|
MD5 | c8834416f51878e085d518712789410f |
|
BLAKE2b-256 | fe05a816e878f362215b4f0f479c9019b2e6f16f1883aaba27645ce4c8ee08a8 |