Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd protectjs
pnpm build

# Install deps for basic example
cd protectjs/apps/basic
cd apps/basic
pnpm install
```

Expand Down Expand Up @@ -69,3 +69,7 @@ pnpm start
```

The application will log the plaintext to the console that has been encrypted using the CipherStash, decrypted, and logged the original plaintext.

## Next steps

Check out the [Protect.js + Next.js + Clerk example app](../nextjs-clerk) to see how to add end-user identity as an extra control when encrypting data.