Skip to main content

Basic authentication and authorization application

Project description

oss-auth

Updates

Basic authentication and authorization application

Documentation

You will need to install the package dependencies first, see the Installation section for details.

To build and open the documentation simply run:

bin/build-docs

Installation

If you need to install pyenv/virtualenvwrapper you can run the bin/setup-osx command Please note that this will modify your bash profile

Assuming you have virtualenv wrapper installed

mkvirtualenv oss-auth
workon oss-auth
pip install -r requirements_dev.txt
pip install -e .

Docker

If you want to use docker for this project

  1. Download and install Docker for Mac

  2. In the root of this repo: docker-compose build

  3. docker-compose up

  4. Verify the application is running with: curl http://localhost:5000/status

PyCharm

To integrate PyCharm with your virtual environment

  1. install according to the standard installation instructions

  2. In your project settings (shortcut: cmd+,) navigate to Project -> Project Interpreter

  3. Select the gear icon in the upper right corner

  4. Select Add Local

  5. Select $HOME/.envs/oss-auth/bin/python3.5 and click OK

  6. Click Apply and then OK

Features

  • TODO

Credits

This package was created with Cookiecutter and the timmartin19/oss-template@flask project template.

History

0.0.1 (2018-06-27)

  • First release on PyPI.

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

hou-flask-0.0.10.tar.gz (32.7 kB view hashes)

Uploaded Source

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