From 9fef88cf6f196f944df0e03aeba852166be4afd3 Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sat, 10 Aug 2024 22:46:57 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e6a52d9..bc8e43d1 100644 --- a/README.md +++ b/README.md @@ -138,14 +138,14 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( ``` ## ⌛ Progress - -![Server & Client - 25 / 288](https://img.shields.io/badge/Server_&_Client-25%20%2F%20288-red?style=for-the-badge) + +![Server & Client - 26 / 288](https://img.shields.io/badge/Server_&_Client-26%20%2F%20288-red?style=for-the-badge) ![Server - 2 / 195](https://img.shields.io/badge/Server-2%20%2F%20195-red?style=for-the-badge) - -![Client - 23 / 93](https://img.shields.io/badge/Client-23%20%2F%2093-red?style=for-the-badge) + +![Client - 24 / 93](https://img.shields.io/badge/Client-24%20%2F%2093-red?style=for-the-badge) ### 🔑 Key | Icon | Definition | @@ -155,8 +155,8 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | ❌ | There is currently no intention to implement the endpoint for the given SDK type (client or server) | ### Account - -![Account - 25 / 52](https://img.shields.io/badge/Account-25%20%2F%2052-yellow?style=for-the-badge) + +![Account - 26 / 52](https://img.shields.io/badge/Account-26%20%2F%2052-yellow?style=for-the-badge) | Endpoint | Client | Server | |:-:|:-:|:-:| @@ -175,7 +175,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( | [Create MFA Challenge (confirmation)](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaChallenge) | ✅ | ❌ | | [List Factors](https://appwrite.io/docs/references/1.5.x/client-rest/account#listMfaFactors) | ✅ | ❌ | | [Get MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#getMfaRecoveryCodes) | ⬛ | ❌ | -| [Create MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaRecoveryCodes) | ⬛ | ❌ | +| [Create MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaRecoveryCodes) | ✅ | ❌ | | [Regenerate MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaRecoveryCodes) | ⬛ | ❌ | | [Update Name](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateName) | ✅ | ❌ | | [Update Password](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePassword) | ✅ | ❌ |