📄️ 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.
📄️ Check Login Status
The isLoggedIn method checks if the user is currently authenticated in zkDatabase.
📄️ Get Current User
The getUser method retrieves information about the currently authenticated user.
📄️ Get Access Token
The getAccessToken method retrieves the current access token for the authenticated user.
📄️ Managing your account's private key
This guide explains how to import/export your private key between Auro Wallet and the zkDatabase app.
📄️ User List
Get a paginated list of all users in the system.