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

Add REST API for creating an account #9572

Merged
merged 5 commits into from
Dec 24, 2018
Merged

Add REST API for creating an account #9572

merged 5 commits into from
Dec 24, 2018

Commits on Dec 22, 2018

  1. Add REST API for creating an account

    The method is available to apps with a token obtained via the client
    credentials grant. It creates a user and account records, as well as
    an access token for the app that initiated the request. The user is
    unconfirmed, and an e-mail is sent as usual.
    
    The method returns the access token, which the app should save for
    later. The REST API is not available to users with unconfirmed
    accounts, so the app must be smart to wait for the user to click a
    link in their e-mail inbox.
    
    The method is rate-limited by IP to 5 requests per 30 minutes.
    Gargron committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    9aa1247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b8a4b View commit details
    Browse the repository at this point in the history
  3. Add tests

    Gargron committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    541479d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    232e3dc View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    2bf7bb5 View commit details
    Browse the repository at this point in the history