Skip to main content

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 = ‘’ # application ID OAUTH_TOKENS_VKONTAKTE_CLIENT_SECRET = ‘’ # application secret key OAUTH_TOKENS_VKONTAKTE_SCOPE = [‘ads,wall,photos,friends,stats’] # application scopes OAUTH_TOKENS_VKONTAKTE_USERNAME = ‘’ # user login OAUTH_TOKENS_VKONTAKTE_PASSWORD = ‘’ # user password OAUTH_TOKENS_VKONTAKTE_PHONE_END = ‘’ # last 4 digits of user mobile phone

## Facebook

OAUTH_TOKENS_FACEBOOK_CLIENT_ID = ‘’ # application ID OAUTH_TOKENS_FACEBOOK_CLIENT_SECRET = ‘’ # application secret key OAUTH_TOKENS_FACEBOOK_SCOPE = [‘offline_access’] # application scopes OAUTH_TOKENS_FACEBOOK_USERNAME = ‘’ # user login OAUTH_TOKENS_FACEBOOK_PASSWORD = ‘’ # user password

# Settings

OAUTH_TOKENS_HISTORY = True # to keep in DB expired access tokens

# Dependencies

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

django-oauth-tokens-0.3.8.1.tar.gz (22.4 kB view details)

Uploaded Source

File details

Details for the file django-oauth-tokens-0.3.8.1.tar.gz.

File metadata

File hashes

Hashes for django-oauth-tokens-0.3.8.1.tar.gz
Algorithm Hash digest
SHA256 a4c74378a01f83c6a3b9f8054cf685e87e360f6369314108d9fb011ae54c70ed
MD5 d4e540478aee0b364e0f01d68eb876f9
BLAKE2b-256 e7b36df3b06a474d0bc217a7b7af0007c9e116fc3dcf822a6a31ed912315e41e

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