
ssasy
? No more complex user authentication flows
Security should be easy. With ssasy
, you can authenticate your users in two simple lines of code.
No need to handle sensistive user credentials
User credentials, like passwords, paint a target on your application. ssasy
allows you to authenticate users without handling user credentials thanks to public key cryptography, a cryptographic protocol that allows two parties to exchange messages without the need to share their sensitive credentials.
No more relying on third party authentication services
Third party authentication services are great, but they are not always reliable or transparent about how they handle your user's data. ssasy
enables a self-sovereign, decentralized and open-ource authentication experience for your application and users by leveraging cryptographic concepts like public key cryptography and digital signatures.
This project is open-source
ssasy
is open-source which means that you can inspect the code and verify that your data is in good hands. You can also contribute to ssasy
and help make it better by submitting feedback, bug reports and code contributions.
ssasy
! 1. Install the core library
The core library allows you to authenticate users in a usable and secure manner.
2. Setup your server-side authentication
ssasy
uses a cryptographic key to authenticate users to web applications. Checkout the @ssasy-auth/core repository to learn how to create, import and manage your cryptographic key.
3. Install the client library
The client library allows you to authenticate users in a usable and secure manner.
4. Setup your client-side authentication flow
ssasy
uses a browser extension to authenticate users to web applications. The browser extension exposes a client-side API that allows web applications to request public keys and initiate authentication flows. Checkout the @ssasy-auth/extension repository to learn how to use the client-side API.
5. You're all set!
Enable your users to authenticate in a usable, secure and self-sovereign manner with ssasy
.

ssasy
extension?