Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix the spelling mistake of account-design.md #11

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/account-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.