SSASY
is a self-sovereign user authentication scheme that leverages cryptographic keys to provide a secure and usable alternative to passwords and federated identity providers like Google, Facebook, and Twitter.
This is the source code for the SSASY
website. It is built using vuejs
and vuetify
.
Install the dependencies:
npm install
Start the development server:
npm run dev
Visit http://localhost:5173
to view the site in your browser (hot reloading is enabled).