Make it obvious when we talk about the Client SDKs

This commit is contained in:
Vincent (Wen Yu) Ge
2024-04-02 14:06:11 -04:00
parent b4eaca3570
commit 3fd85fa2ef
81 changed files with 719 additions and 740 deletions

View File

@@ -74,7 +74,7 @@ PBKDF2 is a widely-used password hashing algorithm that iteratively applies a ps
Appwrite Authentication also leverages password hashing algorithms to allow developers to secure their users passwords via password hashing algorithms. Appwrite uses the `Argon2id` algorithm to hash the password when a user creates an account from a client-side application. Appwrites SDKs offer a simple abstraction for the Appwrite Accounts API to let developers implement this, like the following example:
```js
```client-web
import { Client, Account, ID } from "appwrite";
const client = new Client()