New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-oauth-tokens

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-oauth-tokens

Application for getting, refreshing and storing OAuth access_tokens for Django standalone applications

  • 0.6.3
  • PyPI
  • Socket score

Maintainers
1

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 = ['wall', 'friends']                  # application scope
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 scope
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

  • django
  • requests
  • requests_oauthlib
  • django-taggit
  • beautifulsoup4

In order to test with quicktest.py, you also need:

  • mock
  • factory_boy

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc