Skip to content

BOX.com module that provide an robust way to login a user for your application

Notifications You must be signed in to change notification settings

Kif11/box-passport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Passport

BOX.com module that provide an robust way to login a user for your application.

Install module dependencies:

pip install -r requirements.txt

Create a configuration file passport_config.json inside the module directory with the following content:

{
  "client_id": "your_clint_id",
  "client_secret": "your_client_secrec",
  "redirect_address": "http://127.0.0.1",
  "redirect_port": 8011
}

About

BOX.com module that provide an robust way to login a user for your application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages