Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
  2. Mar 30, 2019
  3. Mar 28, 2019
  4. Mar 14, 2019
  5. Mar 11, 2019
  6. Mar 05, 2019
  7. Feb 23, 2019
  8. Feb 17, 2019
  9. Jan 28, 2019
  10. Jan 27, 2019
  11. Jan 20, 2019
  12. Jan 19, 2019
  13. Jan 18, 2019
  14. Jan 17, 2019
  15. Jan 16, 2019
  16. Jan 15, 2019
  17. Jan 08, 2019
  18. Jan 01, 2019
  19. 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
  20. Dec 18, 2018
  21. Dec 03, 2018
  22. Dec 02, 2018
  23. Nov 30, 2018
  24. Nov 27, 2018
  25. Nov 20, 2018
  26. Nov 16, 2018
  27. Nov 08, 2018
  28. Oct 31, 2018
  29. Oct 30, 2018
  30. Oct 29, 2018
  31. Oct 27, 2018
Loading