Easy, Fast & Secure User Logins

User Authentication Platform

Integrate the most secure user authentication platform for web and app developers with the convenience of passwordless user logins.

 
DEVELOPER INTEGRATIONs

Supported Platforms

Vault Vision integrates with all major developer environments so you can easily deploy user authentication today.

git clone https://github.com/vaultvision/react-boilerplate-vv
cd react-boilerplate-vv
cp .env.defaults .env && vi .env # Set your VV_ISSUER_URL
npm install
npm run start
git clone https://github.com/vaultvision/node-auth-example
cd node-auth-example
cp .env.defaults .env && vi .env # Set your VV_ISSUER_URL
npm install
npm run dev
git clone https://github.com/vaultvision/python-auth-example
cd python-auth-example
cp .env.defaults .env && vi .env # Set your VV_ISSUER_URL
pip install -r requirements.txt
python app.py
git clone https://github.com/vaultvision/go-auth-example
cd go-auth-example
cp .env.defaults .env && vi .env # Set your VV_ISSUER_URL
go run main.go
git clone https://github.com/vaultvision/php-auth-example
cd php-auth-example
cp .env.defaults .env && vi .env # Set your VV_ISSUER_URL
composer run app

Vault Vision offers a free developer sandboxes to create test accounts and customize your user authentication and login experience.

Create test
accounts and
tenants

Try different
login/logout
methods

Setup multiple
WebAuthn,
FIDO tokens


Developer Documentation

User Authentication Platform

Authentication Features

Complete passwordless login flexibility for your end users that drives registration growth and login engagement

Passkeys - Face Id Auth

Phishing resistant authentication method in Google Android and Apple devices allows applications and websites to securely authenticate users by using facial recognition like FaceID on all modern devices

Passkeys - Pin-based Auth

Phishing resistant authentication method in Google Android and Apple devices allows applications and websites to securely authenticate users by using private credentials like Pin on all modern devices.

Passkeys - Fingerprint Auth

Phishing resistant authentication method in Google Android and Apple devices allows applications and websites to securely authenticate users by using biometrics like fingerprint on all modern devices.

OIDC Auth - Google Login

Open ID Connect (OIDC) enables users to authenticate into applications and websites by using their Google account as a single identity provider and accelerating the signup process, Vault Vision is a certified OIDC provider.

OIDC Auth - Apple Login

Open ID Connect (OIDC) enables users to authenticate into applications and websites by using their Apple account as a single identity provider and accelerating the signup process, Vault Vision is a certified OIDC provider.

OIDC Auth - Microsoft Login

Open ID Connect (OIDC) enables users to authenticate into applications and websites by using their Microsoft account as a single identity provider and accelerating the signup process, Vault Vision is a certified OIDC provider.

Multi Factor Auth (MFA)

Multi-factor authentication adds layers to application and website authentication where users present a combination of two or more credentials (pin, fingerprint, faceID, OTP) to verify a user's identity for login.

Hardware Key Auth

Phishing-resistant two-factor authentication (2FA) devices built with a hardware chip that work with popular mobile devices, browsers, and a growing set of apps that support FIDO to authenticate users.

Time-based One Time Password (TOTP) Auth

TOTP Auth allows you to quickly protect applications and websites by adding 2-factor authentication (2FA) layer and generating one-time tokens on your device which are used in combination with your password.

Email Single Sign-on (SSO) Auth

Single sign-on (SSO) is a single authentication method that enables users to securely login into multiple applications and websites with one set of username and password credentials to improve productivity.

FAQs

You have questions, we have answers

Yes, we work with any platforms that can perform HTTP redirects and JWT verification. Vault Vision's platform works out of the box with React, Go, Node, Python, Webflow and more. You can learn more about how to deploy user auth here https://docs.vaultvision.com.

We have libraries and examples that can work for both. On the client-side, we support PCKE authorization flows that eliminate the need to store a client secret, and is suitable to be deployed client-side. We have serveral server-side implementations and examples that show how to setup the configuration values and the corresponding routes needed to handle the callbacks.

Yes. We have several open-source libraries and boiler-plate projects that you can find in our public GitHub repositories. We have specific projects for Go, React, Node.js, and Python. We are always adding more, if there is a language or platform you are interested in please contact us.

Yes, please request free setup help from the Main Menu. We want every developer to have access to the fastest and most secure auth availble. Please contact us or schedule your free setup help, and we are happy to help!
Getting Started is Easy