Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Oct 7, 2024
1 parent f9cbac5 commit d0e94dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
```

## ⌛ Progress
![Server & Client - 60 / 291](https://img.shields.io/badge/Server_&_Client-60%20%2F%20291-red?style=for-the-badge)
![Server & Client - 61 / 291](https://img.shields.io/badge/Server_&_Client-61%20%2F%20291-red?style=for-the-badge)

![Server - 16 / 201](https://img.shields.io/badge/Server-16%20%2F%20201-red?style=for-the-badge)
![Server - 17 / 201](https://img.shields.io/badge/Server-17%20%2F%20201-red?style=for-the-badge)

![Client - 44 / 90](https://img.shields.io/badge/Client-44%20%2F%2090-gold?style=for-the-badge)

Expand Down Expand Up @@ -205,7 +205,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Create Phone Verification (Confirmation)](https://appwrite.io/docs/references/1.6.x/client-rest/account#updatePhoneVerification) ||| |

### Users
![Account - 5 / 41](https://img.shields.io/badge/Users-5%20%2F%2041-red?style=for-the-badge)
![Account - 6 / 41](https://img.shields.io/badge/Users-6%20%2F%2041-red?style=for-the-badge)

| Endpoint | Client | Server |
|:-:|:-:|:-:|
Expand All @@ -214,7 +214,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Create User with Argon2 Password](https://appwrite.io/docs/references/1.6.x/server-rest/users#createArgon2User) |||
| [Create User with Bcrypt Password](https://appwrite.io/docs/references/1.6.x/server-rest/users#createBcryptUser) |||
| [List Identities](https://appwrite.io/docs/references/1.6.x/server-rest/users#listIdentities) |||
| [Delete Identity](https://appwrite.io/docs/references/1.6.x/server-rest/users#deleteIdentity) || |
| [Delete Identity](https://appwrite.io/docs/references/1.6.x/server-rest/users#deleteIdentity) || |
| [Create User with MD5 Password](https://appwrite.io/docs/references/1.6.x/server-rest/users#createMD5User) |||
| [Create User with PHPass Password](https://appwrite.io/docs/references/1.6.x/server-rest/users#createPHPassUser) |||
| [Create User with Scrypt Password](https://appwrite.io/docs/references/1.6.x/server-rest/users#createScryptUser) |||
Expand Down

0 comments on commit d0e94dd

Please sign in to comment.