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

feat: remove SignUpByEmail #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: remove SignUpByEmail #48

wants to merge 2 commits into from

Conversation

weakish
Copy link
Contributor

@weakish weakish commented Nov 16, 2021

Thank 沉寂 for bringing this to our attention.

Thank 沉寂 for bringing this to our attention.
"email": email,
"email": email,
// username & password fields are required for all users
"username": email,
Copy link
Contributor Author

@weakish weakish Nov 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果不指定 username,云端会报错

{"code":200,"error":"Username is missing or empty."}

不过其实我不是很确定 SignUpByEmail 这个接口当时引入的动机,其他 SDK 都没有凭邮箱注册的接口(只有凭邮箱登录的接口)。
可能这个留给应用层面决定更好,因为如果应用提供凭邮箱注册的功能,它可能设计成需要另外填用户名,也可能设计成用户名和邮箱一样,也可能设计成用户名随机生成。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我也没有印象,如果其他 SDK 都没有是不是应该去掉 ....

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉了(反正之前有 bug 也不能用,去掉也不破坏兼容性)

@weakish weakish requested a review from jysperm November 16, 2021 09:09
to be consistent with other SDKs.
This method did not work before
so the removal does not introduce a breaking change.
@weakish weakish changed the title fix: username is required when creating a new user feat: remove SignUpByEmail Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants