Sample application with authentication using OpenID Connect written in Python.
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.
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.