A Basis Theory Lab that enables users to securely share passwords, credentials, or any other sensitive data with another person. The app generates a one time use url that can be shared to grant them access to the underlying data.
First install npm dependencies by running yarn. Next, ensure you have copied the .env.example file to .env.local
and added all the missing sensitive values.
Then you can start the Next.js dev server by running:
make dev