Skip to content
Snippets Groups Projects
  1. Jan 28, 2019
  2. Jan 27, 2019
  3. Jan 20, 2019
  4. Jan 19, 2019
  5. Jan 18, 2019
  6. Jan 17, 2019
  7. Jan 16, 2019
  8. Jan 15, 2019
  9. Jan 08, 2019
  10. Jan 01, 2019
  11. Dec 24, 2018
    • Eugen Rochko's avatar
      Add REST API for creating an account (#9572) · 5d2fc6de
      Eugen Rochko authored
      * 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.
      
      * Redirect users back to app from confirmation if they were created with an app
      
      * Add tests
      
      * Return 403 on the method if registrations are not open
      
      * Require agreement param to be true in the API when creating an account
      Unverified
      5d2fc6de
    • Eugen Rochko's avatar
  12. Dec 18, 2018
  13. Dec 03, 2018
  14. Dec 02, 2018
  15. Nov 30, 2018
  16. Nov 27, 2018
  17. Nov 20, 2018
  18. Nov 16, 2018
  19. Nov 08, 2018
  20. Oct 31, 2018
  21. Oct 30, 2018
  22. Oct 29, 2018
  23. Oct 27, 2018
  24. Oct 25, 2018
  25. Oct 22, 2018
  26. Oct 21, 2018
  27. Oct 20, 2018
  28. Oct 11, 2018
  29. Oct 08, 2018
Loading