Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 933 Bytes

Node Auth Example

Sample application with authentication using OpenID Connect written in Node.js.

Quick Start

Install dependencies:

npm install

Configure app .env file:

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

Run the example on localhost:

npm run dev

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.