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

Explain how creating a phone session can create a new user #3498

Merged
merged 1 commit into from Jul 6, 2022

Conversation

gewenyu99
Copy link
Contributor

What does this PR do?

Attempt to clarify registration through phone authentication.

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@gewenyu99
Copy link
Contributor Author

I wanted to discuss the appropriateness of adding a section somewhere in the quoted Account API described below. I think it would be useful to mention all the different ways a new account can be created, in a single sentence. I wonder if this belongs here, or if we should accelerate our progress on working on a Auth guide of sorts.

The Account service allows you to authenticate and manage a user account. You can use the account service to update user information, retrieve the user sessions across different devices, and fetch the user security logs with his or her recent activity.

You can authenticate the user account by using multiple sign-in methods available. Once the user is authenticated, a new session object will be created to allow the user to access his or her private data and settings.

@TorstenDittmann TorstenDittmann merged commit c8e0bb0 into master Jul 6, 2022
@gewenyu99 gewenyu99 deleted the feat-explain-phone-registration branch July 19, 2022 17:42
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.

None yet

2 participants