Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.18 KB

Python Auth Example

Sample application with authentication using OpenID Connect written in Python.

Quick Start

Install dependencies (with make):

make

Install dependencies (manually):

python -m venv .venv  # Or python3 for some systems
.venv/bin/pip install --upgrade pip
.venv/bin/pip install -r requirements.txt

Configure app .env file:

cp .env.defaults .env
vi .env  # Set your VV_ISSUER_URL

Run the example on localhost (with make):

make run

Run the example on localhost (manually):

.venv/bin/python app.py

Visit http://localhost:8090 in your browser.

Who are we?

Vault Vision is built on open source technologies and is committed to building a welcoming community developers can trust.

Visit https://docs.vaultvision.com to learn more!


Vault Vision projects adopt the Contributor Covenant Code of Conduct and practice responsible disclosure as outlined in our Security Policy.