Developers - Vault Vision
Vault Vision is a user authentication and login management platform whose passwordless technology is powered by authentication software and devices enables easier authentication system integration for startup developers, IT security teams and seamless security for end users.
Note
If you have any issues and need support here are the following channels:
Email: support@vaultvision.com
- Express Migration
- Step 1
- Step 2 - Create an Account at Vault Vision
- Step 3 - Update the application to use the determined URLs
- Step 4 add the OIDC open source client library
- Step 5 copy the environment variables
- Step 6 create a OIDC client using the open source library
- Step 7 create a login route
- Step 8 create a logout route
- Step 9 create a callback route
- Step 10 import users, and assign a new forigen key
- Step 11 update any session creation and tear down
- Overview
- Overview
- Paths
- GET /v1/tenants
- GET /v1/tenants/:tenant_id
- POST /v1/tenants/:tenant_id
- POST /v1/tenants/:tenant_id/applications
- GET /v1/tenants/:tenant_id/applications
- GET /v1/tenants/:tenant_id/applications/:application_id
- POST /v1/tenants/:tenant_id/applications/:application_id
- DELETE /v1/tenants/:tenant_id/applications/:application_id
- POST /v1/tenants/:tenant_id/users
- GET /v1/tenants/:tenant_id/users
- GET /v1/tenants/:tenant_id/users/:user_id
- POST /v1/tenants/:tenant_id/users/:user_id
- DELETE /v1/tenants/:tenant_id/users/:user_id
- GET /v1/tenants/:tenant_id/users/:user_id/credentials
- POST /v1/tenants/:tenant_id/users/:user_id/credentials
- GET /v1/tenants/:tenant_id/users/:user_id/credentials/:credential_id
- POST /v1/tenants/:tenant_id/users/:user_id/credentials/:credential_id
- DELETE /v1/tenants/:tenant_id/users/:user_id/credentials/:credential_id
- Examples
- API Keys