From 52aaca4a4b0b69c2083f7a75f395ea34c235bb87 Mon Sep 17 00:00:00 2001 From: walter mo <50771563+motongxue@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:47:09 +0800 Subject: [PATCH] docs: fix the spelling mistake of account-design.md --- docs/account-design.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/account-design.md b/docs/account-design.md index 44625087..edef5ecc 100644 --- a/docs/account-design.md +++ b/docs/account-design.md @@ -42,10 +42,10 @@ Create a Facebook developer account and integrate it with our website to obtain #### result -After researching goth, cashdoor, and Ory Hydra, the following conclusions have been drawn: +After researching goth, casdoor, and Ory Hydra, the following conclusions have been drawn: 1. goth provides example function calls for each platform, allowing integration with just a few lines of code. However, account functionality needs to be implemented separately. 2. Ory Hydra is complex and requires high configuration, but it does not support platforms like WeChat or WeChat for Enterprise as they primarily focus on international platforms. -3. cashdoor offers simple deployment, configuration, and integration, and it provides the necessary functionalities for a user system. We do not need to develop any additional features related to account verification. +3. casdoor offers simple deployment, configuration, and integration, and it provides the necessary functionalities for a user system. We do not need to develop any additional features related to account verification. -Based on the above findings, it has been decided to use **Cashdoor** for quick implementation of account login and third-party platform login. +Based on the above findings, it has been decided to use **Casdoor** for quick implementation of account login and third-party platform login.