SSASYis 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 installStart the development server:
npm run devVisit http://localhost:5173 to view the site in your browser (hot reloading is enabled).