An Encrypted Vue Application with Secure Identity Management

In this guide we’ll show you how use both TozID and TozStore to securely authenticate and store data using end-to-end encryption in a Vue based application. We’ll keep things simple and use the Vue CLI to bootstrap our application and only use the Tozny SDK as our other dependency. Once we’re done this application will let you do the following:

  1. Secure login with zero knowledge authentication powered by TozID.
  2. End to end encrypted reads and writes using TozStore.

This tutorial assumes you have some basic knowledge of Vue but we’ll walk through all of the steps. As always the complete source code is linked below. Read more at our developer portal.