📄️ Sign-Up
The signUp method is used to register a new user with zkDatabase. During sign-up, the user must provide an email address, this email will be used for authentication purposes on the GUI management tool.
📄️ Sign-In
The signIn method is used to authenticate an existing user in zkDatabase. The user must sign in using their email, and the signing process is validated using the previously provided signer.
📄️ Sign-Out
The signOut method is used to log out the authenticated user from zkDatabase.