/box-arcade

A Simple Flask App for generating and refreshing access tokens

Primary LanguagePythonOtherNOASSERTION

box-arcade

A Simple Flask App for generating and refreshing access tokens for Box OAuth 2

Live demo here: https://box-token-generator.herokuapp.com You shouldn't use production client credentials or login information with the demo–NEVER share your production client secret with anyone

Installation

  1. Install virtualenv

  2. Clone the source code:

    $ git clone https://github.com/seanrose/box-arcade.git

  3. cd into the directory you just cloned

$ cd box-arcade

  1. Create a virtual environment

    $ virtualenv venv --distribute

  2. Activate the virtual environment

    $ source venv/bin/activate

  3. Install the dependencies

    $ pip install -r requirements.txt

  4. Start up the web server

    $ python runserver.py

  5. Go to the now running app at http://0.0.0.0:5000/

  6. Sign in and have fun with your tokens!