From 85d4a6ee56d6eb957245c7209fac2ec64882ce9f Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Wed, 7 Aug 2024 03:18:04 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 96027922..ea65507f 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( ## ⌛ Progress ### Server & Client - +
- -
18 / 288
+ +
19 / 288
### Server Only @@ -172,10 +172,10 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( ### Client Only - +
- -
16 / 93
+ +
17 / 93
### 🔑 Key @@ -186,10 +186,10 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | ❌ | There is currently no intention to implement the endpoint for the given SDK type (client or server) | ### Account - +
- -
18 / 52
+ +
19 / 52
| Endpoint | Client | Server | @@ -202,7 +202,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | [Create JWT](https://appwrite.io/docs/references/1.5.x/client-rest/account#createJWT) | ✅ | ❌ | | [List Logs](https://appwrite.io/docs/references/1.5.x/client-rest/account#listLogs) | ✅ | ❌ | | [Update MFA](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMFA) | ⬛ | ❌ | -| [Add Authenticator](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaAuthenticator) | ⬛ | ❌ | +| [Add Authenticator](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaAuthenticator) | ✅ | ❌ | | [Verify Authenticator](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaAuthenticator) | ⬛ | ❌ | | [Delete Authenticator](https://appwrite.io/docs/references/1.5.x/client-rest/account#deleteMfaAuthenticator) | ⬛ | ❌ | | [Create 2FA Challenge](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaChallenge) | ⬛ | ❌ |